Color Hex Logo

#ddc86c Color Hex

#DDC86C
(221,200,108)
0 Favorites   0 Comments

Color spaces of #ddc86c

RGB 221200108
HSL0.140.620.65
HSV49°51°87°
CMYK 0.000.100.51   0.13
XYZ53.179857.763422.5339
Yxy57.76340.39840.4328
Hunter Lab76.0022-8.105035.6227
CIE-Lab80.6071-4.401448.2628

#ddc86c color RGB value is (221,200,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 01101100
Octal 335 310 154
Decimal 221 200 108
Hex DD C8 6C

RGB Percentages of Color #ddc86c

%41.78
%37.81
%20.42

CMYK Percentages of Color #ddc86c

%0
%10
%51
%13

Triadic Colors of #ddc86c

#ddc86c #6cddc8 #c86cdd

Analogous Colors of #ddc86c

#ddc86c #badd6c #dd906c

Monochromatic Colors of #ddc86c

#ddc86c

Complementary Color

#ddc86c #6c81dd

#ddc86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc86c Color CSS Codes

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

#ddc86c Text Font Color

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

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


#ddc86c Background Color

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

This div background color is #ddc86c


#ddc86c Border Color

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

This div border color is #ddc86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc86c


Comments

No comments written yet.

Please login to write comment.