Color Hex Logo

#ddc069 Color Hex

#DDC069
(221,192,105)
0 Favorites   0 Comments

Color spaces of #ddc069

RGB 221192105
HSL0.130.630.64
HSV45°52°87°
CMYK 0.000.130.52   0.13
XYZ51.218254.091321.1058
Yxy54.09130.40520.4279
Hunter Lab73.5468-4.399034.4682
CIE-Lab78.5149-0.513047.2096

#ddc069 color RGB value is (221,192,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 01101001
Octal 335 300 151
Decimal 221 192 105
Hex DD C0 69

RGB Percentages of Color #ddc069

%42.66
%37.07
%20.27

CMYK Percentages of Color #ddc069

%0
%13
%52
%13

Triadic Colors of #ddc069

#ddc069 #69ddc0 #c069dd

Analogous Colors of #ddc069

#ddc069 #c0dd69 #dd8669

Monochromatic Colors of #ddc069

#ddc069

Complementary Color

#ddc069 #6986dd

#ddc069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc069 Color CSS Codes

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

#ddc069 Text Font Color

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

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


#ddc069 Background Color

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

This div background color is #ddc069


#ddc069 Border Color

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

This div border color is #ddc069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc069


Comments

No comments written yet.

Please login to write comment.