Color Hex Logo

#ddcf55 Color Hex

#DDCF55
(221,207,85)
0 Favorites   0 Comments

Color spaces of #ddcf55

RGB 22120785
HSL0.150.670.60
HSV54°62°87°
CMYK 0.000.060.62   0.13
XYZ53.771360.653717.4676
Yxy60.65370.40770.4599
Hunter Lab77.8805-13.048541.2183
CIE-Lab82.1922-9.712060.6241

#ddcf55 color RGB value is (221,207,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01010101
Octal 335 317 125
Decimal 221 207 85
Hex DD CF 55

RGB Percentages of Color #ddcf55

%43.08
%40.35
%16.57

CMYK Percentages of Color #ddcf55

%0
%6
%62
%13

Triadic Colors of #ddcf55

#ddcf55 #55ddcf #cf55dd

Analogous Colors of #ddcf55

#ddcf55 #a7dd55 #dd8b55

Monochromatic Colors of #ddcf55

#ddcf55

Complementary Color

#ddcf55 #5563dd

#ddcf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf55 Color CSS Codes

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

#ddcf55 Text Font Color

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

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


#ddcf55 Background Color

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

This div background color is #ddcf55


#ddcf55 Border Color

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

This div border color is #ddcf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf55


Comments

No comments written yet.

Please login to write comment.