Color Hex Logo

#ddcf79 Color Hex

#DDCF79
(221,207,121)
0 Favorites   0 Comments

Color spaces of #ddcf79

RGB 221207121
HSL0.140.600.67
HSV52°45°87°
CMYK 0.000.060.45   0.13
XYZ55.582861.378327.0068
Yxy61.37830.38610.4263
Hunter Lab78.3443-10.462434.4026
CIE-Lab82.5817-6.798144.3073

#ddcf79 color RGB value is (221,207,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01111001
Octal 335 317 171
Decimal 221 207 121
Hex DD CF 79

RGB Percentages of Color #ddcf79

%40.26
%37.70
%22.04

CMYK Percentages of Color #ddcf79

%0
%6
%45
%13

Triadic Colors of #ddcf79

#ddcf79 #79ddcf #cf79dd

Analogous Colors of #ddcf79

#ddcf79 #b9dd79 #dd9d79

Monochromatic Colors of #ddcf79

#ddcf79

Complementary Color

#ddcf79 #7987dd

#ddcf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf79 Color CSS Codes

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

#ddcf79 Text Font Color

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

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


#ddcf79 Background Color

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

This div background color is #ddcf79


#ddcf79 Border Color

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

This div border color is #ddcf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf79


Comments

No comments written yet.

Please login to write comment.