Color Hex Logo

#ddcf66 Color Hex

#DDCF66
(221,207,102)
0 Favorites   0 Comments

Color spaces of #ddcf66

RGB 221207102
HSL0.150.640.63
HSV53°54°87°
CMYK 0.000.060.54   0.13
XYZ54.529960.957121.4622
Yxy60.95710.39820.4451
Hunter Lab78.0750-11.961638.3542
CIE-Lab82.3557-8.480953.1836

#ddcf66 color RGB value is (221,207,102).

#ddcf66 hex color red value is 221, green value is 207 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ddcf66 hue: 0.15 , saturation: 0.64 and the lightness value of ddcf66 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01100110
Octal 335 317 146
Decimal 221 207 102
Hex DD CF 66

RGB Percentages of Color #ddcf66

%41.70
%39.06
%19.25

CMYK Percentages of Color #ddcf66

%0
%6
%54
%13

Triadic Colors of #ddcf66

#ddcf66 #66ddcf #cf66dd

Analogous Colors of #ddcf66

#ddcf66 #b0dd66 #dd9466

Monochromatic Colors of #ddcf66

#ddcf66

Complementary Color

#ddcf66 #6674dd

#ddcf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf66 Color CSS Codes

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

#ddcf66 Text Font Color

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

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


#ddcf66 Background Color

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

This div background color is #ddcf66


#ddcf66 Border Color

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

This div border color is #ddcf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf66


Comments

No comments written yet.

Please login to write comment.