Color Hex Logo

#ddcf63 Color Hex

#DDCF63
(221,207,99)
0 Favorites   0 Comments

Color spaces of #ddcf63

RGB 22120799
HSL0.150.640.63
HSV53°55°87°
CMYK 0.000.060.55   0.13
XYZ54.383760.898720.6927
Yxy60.89870.40000.4479
Hunter Lab78.0376-12.170838.9048
CIE-Lab82.3243-8.717154.5375

#ddcf63 color RGB value is (221,207,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01100011
Octal 335 317 143
Decimal 221 207 99
Hex DD CF 63

RGB Percentages of Color #ddcf63

%41.94
%39.28
%18.79

CMYK Percentages of Color #ddcf63

%0
%6
%55
%13

Triadic Colors of #ddcf63

#ddcf63 #63ddcf #cf63dd

Analogous Colors of #ddcf63

#ddcf63 #aedd63 #dd9263

Monochromatic Colors of #ddcf63

#ddcf63

Complementary Color

#ddcf63 #6371dd

#ddcf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf63 Color CSS Codes

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

#ddcf63 Text Font Color

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

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


#ddcf63 Background Color

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

This div background color is #ddcf63


#ddcf63 Border Color

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

This div border color is #ddcf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf63


Comments

No comments written yet.

Please login to write comment.