Color Hex Logo

#ddcf6c Color Hex

#DDCF6C
(221,207,108)
0 Favorites   0 Comments

Color spaces of #ddcf6c

RGB 221207108
HSL0.150.620.65
HSV53°51°87°
CMYK 0.000.060.51   0.13
XYZ54.838461.080523.0868
Yxy61.08050.39450.4394
Hunter Lab78.1540-11.521337.1935
CIE-Lab82.4220-7.984850.4323

#ddcf6c color RGB value is (221,207,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01101100
Octal 335 317 154
Decimal 221 207 108
Hex DD CF 6C

RGB Percentages of Color #ddcf6c

%41.23
%38.62
%20.15

CMYK Percentages of Color #ddcf6c

%0
%6
%51
%13

Triadic Colors of #ddcf6c

#ddcf6c #6cddcf #cf6cdd

Analogous Colors of #ddcf6c

#ddcf6c #b3dd6c #dd976c

Monochromatic Colors of #ddcf6c

#ddcf6c

Complementary Color

#ddcf6c #6c7add

#ddcf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf6c Color CSS Codes

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

#ddcf6c Text Font Color

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

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


#ddcf6c Background Color

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

This div background color is #ddcf6c


#ddcf6c Border Color

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

This div border color is #ddcf6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,207,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 #ddcf6c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf6c


Comments

No comments written yet.

Please login to write comment.