Color Hex Logo

#dda712 Color Hex

#DDA712
(221,167,18)
0 Favorites   0 Comments

Color spaces of #dda712

RGB 22116718
HSL0.120.850.47
HSV44°92°87°
CMYK 0.000.240.92   0.13
XYZ43.746743.05336.5767
Yxy43.05330.46850.4611
Hunter Lab65.61504.182939.9878
CIE-Lab71.59118.497972.5476

#dda712 color RGB value is (221,167,18).

#dda712 hex color red value is 221, green value is 167 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dda712 hue: 0.12 , saturation: 0.85 and the lightness value of dda712 is 0.47.

The process color (four color CMYK) of #dda712 color hex is 0.00, 0.24, 0.92, 0.13. Web safe color of #dda712 is #cc9900. Color #dda712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 00010010
Octal 335 247 22
Decimal 221 167 18
Hex DD A7 12

RGB Percentages of Color #dda712

%54.43
%41.13
%4.43

CMYK Percentages of Color #dda712

%0
%24
%92
%13

Triadic Colors of #dda712

#dda712 #12dda7 #a712dd

Analogous Colors of #dda712

#dda712 #aedd12 #dd4212

Monochromatic Colors of #dda712

#dda712

Complementary Color

#dda712 #1248dd

#dda712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda712 Color CSS Codes

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

#dda712 Text Font Color

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

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


#dda712 Background Color

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

This div background color is #dda712


#dda712 Border Color

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

This div border color is #dda712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda712


Comments

No comments written yet.

Please login to write comment.