Color Hex Logo

#ddcf67 Color Hex

#DDCF67
(221,207,103)
0 Favorites   0 Comments

Color spaces of #ddcf67

RGB 221207103
HSL0.150.630.64
HSV53°53°87°
CMYK 0.000.060.53   0.13
XYZ54.579860.977121.7251
Yxy60.97710.39760.4442
Hunter Lab78.0878-11.890438.1662
CIE-Lab82.3664-8.400652.7289

#ddcf67 color RGB value is (221,207,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01100111
Octal 335 317 147
Decimal 221 207 103
Hex DD CF 67

RGB Percentages of Color #ddcf67

%41.62
%38.98
%19.40

CMYK Percentages of Color #ddcf67

%0
%6
%53
%13

Triadic Colors of #ddcf67

#ddcf67 #67ddcf #cf67dd

Analogous Colors of #ddcf67

#ddcf67 #b0dd67 #dd9467

Monochromatic Colors of #ddcf67

#ddcf67

Complementary Color

#ddcf67 #6775dd

#ddcf67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf67 Color CSS Codes

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

#ddcf67 Text Font Color

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

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


#ddcf67 Background Color

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

This div background color is #ddcf67


#ddcf67 Border Color

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

This div border color is #ddcf67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf67


Comments

No comments written yet.

Please login to write comment.