Color Hex Logo

#ddc72f Color Hex

#DDC72F
(221,199,47)
0 Favorites   0 Comments

Color spaces of #ddc72f

RGB 22119947
HSL0.150.720.53
HSV52°79°87°
CMYK 0.000.100.79   0.13
XYZ50.755356.424210.9052
Yxy56.42420.42980.4778
Hunter Lab75.1160-10.842143.9736
CIE-Lab79.8546-7.517072.3868

#ddc72f color RGB value is (221,199,47).

#ddc72f hex color red value is 221, green value is 199 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ddc72f hue: 0.15 , saturation: 0.72 and the lightness value of ddc72f is 0.53.

The process color (four color CMYK) of #ddc72f color hex is 0.00, 0.10, 0.79, 0.13. Web safe color of #ddc72f is #cccc33. Color #ddc72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 00101111
Octal 335 307 57
Decimal 221 199 47
Hex DD C7 2F

RGB Percentages of Color #ddc72f

%47.32
%42.61
%10.06

CMYK Percentages of Color #ddc72f

%0
%10
%79
%13

Triadic Colors of #ddc72f

#ddc72f #2fddc7 #c72fdd

Analogous Colors of #ddc72f

#ddc72f #9cdd2f #dd702f

Monochromatic Colors of #ddc72f

#ddc72f

Complementary Color

#ddc72f #2f45dd

#ddc72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc72f Color CSS Codes

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

#ddc72f Text Font Color

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

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


#ddc72f Background Color

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

This div background color is #ddc72f


#ddc72f Border Color

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

This div border color is #ddc72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc72f


Comments

No comments written yet.

Please login to write comment.