color codes Logo

#dda95b color codes

#DDA95B
(221,169,91)
0 Favorites   0 Comments

Color spaces of #dda95b

RGB 22116991
HSL0.100.660.61
HSV36°59°87°
CMYK 0.000.240.59   0.13
XYZ45.895144.503416.0686
Yxy44.50340.43110.4180
Hunter Lab66.71096.058732.4165
CIE-Lab72.563710.524747.0055

#dda95b color RGB value is (221,169,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01011011
Octal 335 251 133
Decimal 221 169 91
Hex DD A9 5B

RGB Percentages of Color #dda95b

%45.95
%35.14
%18.92

CMYK Percentages of Color #dda95b

%0
%24
%59
%13

Triadic Colors of #dda95b

#dda95b #5bdda9 #a95bdd

Analogous Colors of #dda95b

#dda95b #d0dd5b #dd685b

Monochromatic Colors of #dda95b

#dda95b

Complementary Color

#dda95b #5b8fdd

#dda95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda95b Color CSS Codes

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

#dda95b Text Font Color

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

This sample text font color is #dda95b
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.


#dda95b Background Color

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

This div background color is #dda95b


#dda95b Border Color

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

This div border color is #dda95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda95b

#dda95b Color Palettes


Comments

No comments written yet.

Please login to write comment.