Color Hex Logo

#ddcf59 Color Hex

#DDCF59
(221,207,89)
0 Favorites   0 Comments

Color spaces of #ddcf59

RGB 22120789
HSL0.150.660.61
HSV54°60°87°
CMYK 0.000.060.60   0.13
XYZ53.934860.719118.3285
Yxy60.71910.40560.4566
Hunter Lab77.9225-12.813840.5998
CIE-Lab82.2275-9.445458.9281

#ddcf59 color RGB value is (221,207,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01011001
Octal 335 317 131
Decimal 221 207 89
Hex DD CF 59

RGB Percentages of Color #ddcf59

%42.75
%40.04
%17.21

CMYK Percentages of Color #ddcf59

%0
%6
%60
%13

Triadic Colors of #ddcf59

#ddcf59 #59ddcf #cf59dd

Analogous Colors of #ddcf59

#ddcf59 #a9dd59 #dd8d59

Monochromatic Colors of #ddcf59

#ddcf59

Complementary Color

#ddcf59 #5967dd

#ddcf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf59 Color CSS Codes

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

#ddcf59 Text Font Color

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

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


#ddcf59 Background Color

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

This div background color is #ddcf59


#ddcf59 Border Color

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

This div border color is #ddcf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf59


Comments

No comments written yet.

Please login to write comment.