Color Hex Logo

#dda73b Color Hex

#DDA73B
(221,167,59)
0 Favorites   0 Comments

Color spaces of #dda73b

RGB 22116759
HSL0.110.700.55
HSV40°73°87°
CMYK 0.000.240.73   0.13
XYZ44.426943.325410.1587
Yxy43.32540.45370.4425
Hunter Lab65.82205.290936.9248
CIE-Lab71.77539.694860.6265

#dda73b color RGB value is (221,167,59).

#dda73b hex color red value is 221, green value is 167 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dda73b hue: 0.11 , saturation: 0.70 and the lightness value of dda73b is 0.55.

The process color (four color CMYK) of #dda73b color hex is 0.00, 0.24, 0.73, 0.13. Web safe color of #dda73b is #cc9933. Color #dda73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 00111011
Octal 335 247 73
Decimal 221 167 59
Hex DD A7 3B

RGB Percentages of Color #dda73b

%49.44
%37.36
%13.20

CMYK Percentages of Color #dda73b

%0
%24
%73
%13

Triadic Colors of #dda73b

#dda73b #3bdda7 #a73bdd

Analogous Colors of #dda73b

#dda73b #c2dd3b #dd563b

Monochromatic Colors of #dda73b

#dda73b

Complementary Color

#dda73b #3b71dd

#dda73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda73b Color CSS Codes

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

#dda73b Text Font Color

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

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


#dda73b Background Color

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

This div background color is #dda73b


#dda73b Border Color

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

This div border color is #dda73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda73b


Comments

No comments written yet.

Please login to write comment.