Color Hex Logo

#ddc06d Color Hex

#DDC06D
(221,192,109)
0 Favorites   0 Comments

Color spaces of #ddc06d

RGB 221192109
HSL0.120.620.65
HSV44°51°87°
CMYK 0.000.130.51   0.13
XYZ51.428754.175622.2143
Yxy54.17560.40240.4238
Hunter Lab73.6041-4.085533.6287
CIE-Lab78.5640-0.167845.3023

#ddc06d color RGB value is (221,192,109).

#ddc06d hex color red value is 221, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddc06d hue: 0.12 , saturation: 0.62 and the lightness value of ddc06d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 01101101
Octal 335 300 155
Decimal 221 192 109
Hex DD C0 6D

RGB Percentages of Color #ddc06d

%42.34
%36.78
%20.88

CMYK Percentages of Color #ddc06d

%0
%13
%51
%13

Triadic Colors of #ddc06d

#ddc06d #6dddc0 #c06ddd

Analogous Colors of #ddc06d

#ddc06d #c2dd6d #dd886d

Monochromatic Colors of #ddc06d

#ddc06d

Complementary Color

#ddc06d #6d8add

#ddc06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc06d Color CSS Codes

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

#ddc06d Text Font Color

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

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


#ddc06d Background Color

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

This div background color is #ddc06d


#ddc06d Border Color

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

This div border color is #ddc06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc06d


Comments

No comments written yet.

Please login to write comment.