Color Hex Logo

#ddcf83 Color Hex

#DDCF83
(221,207,131)
0 Favorites   0 Comments

Color spaces of #ddcf83

RGB 221207131
HSL0.140.570.69
HSV51°41°87°
CMYK 0.000.060.41   0.13
XYZ56.228461.636530.4062
Yxy61.63650.37920.4157
Hunter Lab78.5089-9.548231.9935
CIE-Lab82.7197-5.780539.4798

#ddcf83 color RGB value is (221,207,131).

#ddcf83 hex color red value is 221, green value is 207 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ddcf83 hue: 0.14 , saturation: 0.57 and the lightness value of ddcf83 is 0.69.

The process color (four color CMYK) of #ddcf83 color hex is 0.00, 0.06, 0.41, 0.13. Web safe color of #ddcf83 is #cccc99. Color #ddcf83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10000011
Octal 335 317 203
Decimal 221 207 131
Hex DD CF 83

RGB Percentages of Color #ddcf83

%39.53
%37.03
%23.43

CMYK Percentages of Color #ddcf83

%0
%6
%41
%13

Triadic Colors of #ddcf83

#ddcf83 #83ddcf #cf83dd

Analogous Colors of #ddcf83

#ddcf83 #bedd83 #dda283

Monochromatic Colors of #ddcf83

#ddcf83

Complementary Color

#ddcf83 #8391dd

#ddcf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf83 Color CSS Codes

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

#ddcf83 Text Font Color

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

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


#ddcf83 Background Color

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

This div background color is #ddcf83


#ddcf83 Border Color

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

This div border color is #ddcf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf83


Comments

No comments written yet.

Please login to write comment.