color codes Logo

#dda858 color codes

#DDA858
(221,168,88)
0 Favorites   0 Comments

Color spaces of #dda858

RGB 22116888
HSL0.100.660.61
HSV36°60°87°
CMYK 0.000.240.60   0.13
XYZ45.582944.082015.3387
Yxy44.08200.43410.4198
Hunter Lab66.39436.358932.7786
CIE-Lab72.283310.841948.1472

#dda858 color RGB value is (221,168,88).

#dda858 hex color red value is 221, green value is 168 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dda858 hue: 0.10 , saturation: 0.66 and the lightness value of dda858 is 0.61.

The process color (four color CMYK) of #dda858 color code is 0.00, 0.24, 0.60, 0.13. Web safe color of #dda858 is #cc9966. Color #dda858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 01011000
Octal 335 250 130
Decimal 221 168 88
Hex DD A8 58

RGB Percentages of Color #dda858

%46.33
%35.22
%18.45

CMYK Percentages of Color #dda858

%0
%24
%60
%13

Triadic Colors of #dda858

#dda858 #58dda8 #a858dd

Analogous Colors of #dda858

#dda858 #d0dd58 #dd6658

Monochromatic Colors of #dda858

#dda858

Complementary Color

#dda858 #588ddd

#dda858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda858 Color CSS Codes

.mybgcolor {background-color:#dda858; } 
.myforecolor {color:#dda858; }
.mybordercolor {border:3px solid #dda858; }

#dda858 Text Font Color

<p style="color:#dda858">Text here</p>

This sample text font color is #dda858
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda858 Background Color

<div style="background-color:#dda858">
Div content here</div>

This div background color is #dda858


#dda858 Border Color

<div style="border:3px solid #dda858">
Div here</div>

This div border color is #dda858


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,168,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda858; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda858;
  -webkit-box-shadow: 1px 1px 3px 2px #dda858;
  box-shadow:         1px 1px 3px 2px #dda858; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,168,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda858">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda858;
  -webkit-box-shadow: 1px 1px 3px 2px #dda858;
  box-shadow:         1px 1px 3px 2px #dda858;">
Div content here</div>

This div box has shadow with color #dda858


Comments

No comments written yet.

Please login to write comment.