Color Hex Logo

#ddcf58 Color Hex

#DDCF58
(221,207,88)
0 Favorites   0 Comments

Color spaces of #ddcf58

RGB 22120788
HSL0.150.660.61
HSV54°60°87°
CMYK 0.000.060.60   0.13
XYZ53.893160.702418.1088
Yxy60.70240.40610.4574
Hunter Lab77.9117-12.873640.7576
CIE-Lab82.2185-9.513259.3556

#ddcf58 color RGB value is (221,207,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01011000
Octal 335 317 130
Decimal 221 207 88
Hex DD CF 58

RGB Percentages of Color #ddcf58

%42.83
%40.12
%17.05

CMYK Percentages of Color #ddcf58

%0
%6
%60
%13

Triadic Colors of #ddcf58

#ddcf58 #58ddcf #cf58dd

Analogous Colors of #ddcf58

#ddcf58 #a9dd58 #dd8d58

Monochromatic Colors of #ddcf58

#ddcf58

Complementary Color

#ddcf58 #5866dd

#ddcf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf58 Color CSS Codes

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

#ddcf58 Text Font Color

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

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


#ddcf58 Background Color

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

This div background color is #ddcf58


#ddcf58 Border Color

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

This div border color is #ddcf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf58


Comments

No comments written yet.

Please login to write comment.