Color Hex Logo

#dda75b Color Hex

#DDA75B
(221,167,91)
0 Favorites   0 Comments

Color spaces of #dda75b

RGB 22116791
HSL0.100.660.61
HSV35°59°87°
CMYK 0.000.240.59   0.13
XYZ45.525843.764915.9455
Yxy43.76490.43260.4159
Hunter Lab66.15507.066732.0177
CIE-Lab72.071111.593146.4268

#dda75b color RGB value is (221,167,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01011011
Octal 335 247 133
Decimal 221 167 91
Hex DD A7 5B

RGB Percentages of Color #dda75b

%46.14
%34.86
%19.00

CMYK Percentages of Color #dda75b

%0
%24
%59
%13

Triadic Colors of #dda75b

#dda75b #5bdda7 #a75bdd

Analogous Colors of #dda75b

#dda75b #d2dd5b #dd665b

Monochromatic Colors of #dda75b

#dda75b

Complementary Color

#dda75b #5b91dd

#dda75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda75b Color CSS Codes

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

#dda75b Text Font Color

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

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


#dda75b Background Color

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

This div background color is #dda75b


#dda75b Border Color

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

This div border color is #dda75b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,167,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 #dda75b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda75b


Comments

No comments written yet.

Please login to write comment.