Color Hex Logo

#ddcf73 Color Hex

#DDCF73
(221,207,115)
0 Favorites   0 Comments

Color spaces of #ddcf73

RGB 221207115
HSL0.140.610.66
HSV52°48°87°
CMYK 0.000.060.48   0.13
XYZ55.226161.235625.1286
Yxy61.23560.39000.4325
Hunter Lab78.2532-10.969235.7381
CIE-Lab82.5052-7.364947.1588

#ddcf73 color RGB value is (221,207,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01110011
Octal 335 317 163
Decimal 221 207 115
Hex DD CF 73

RGB Percentages of Color #ddcf73

%40.70
%38.12
%21.18

CMYK Percentages of Color #ddcf73

%0
%6
%48
%13

Triadic Colors of #ddcf73

#ddcf73 #73ddcf #cf73dd

Analogous Colors of #ddcf73

#ddcf73 #b6dd73 #dd9a73

Monochromatic Colors of #ddcf73

#ddcf73

Complementary Color

#ddcf73 #7381dd

#ddcf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf73 Color CSS Codes

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

#ddcf73 Text Font Color

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

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


#ddcf73 Background Color

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

This div background color is #ddcf73


#ddcf73 Border Color

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

This div border color is #ddcf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf73


Comments

No comments written yet.

Please login to write comment.