Color Hex Logo

#ddc772 Color Hex

#DDC772
(221,199,114)
0 Favorites   0 Comments

Color spaces of #ddc772

RGB 221199114
HSL0.130.610.66
HSV48°48°87°
CMYK 0.000.100.48   0.13
XYZ53.279557.433924.1973
Yxy57.43390.39490.4257
Hunter Lab75.7852-7.132634.1190
CIE-Lab80.4230-3.350845.1034

#ddc772 color RGB value is (221,199,114).

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

The process color (four color CMYK) of #ddc772 color hex is 0.00, 0.10, 0.48, 0.13. Web safe color of #ddc772 is #cccc66. Color #ddc772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 01110010
Octal 335 307 162
Decimal 221 199 114
Hex DD C7 72

RGB Percentages of Color #ddc772

%41.39
%37.27
%21.35

CMYK Percentages of Color #ddc772

%0
%10
%48
%13

Triadic Colors of #ddc772

#ddc772 #72ddc7 #c772dd

Analogous Colors of #ddc772

#ddc772 #bedd72 #dd9272

Monochromatic Colors of #ddc772

#ddc772

Complementary Color

#ddc772 #7288dd

#ddc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc772 Color CSS Codes

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

#ddc772 Text Font Color

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

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


#ddc772 Background Color

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

This div background color is #ddc772


#ddc772 Border Color

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

This div border color is #ddc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc772


Comments

No comments written yet.

Please login to write comment.