Color Hex Logo

#ddb869 Color Hex

#DDB869
(221,184,105)
0 Favorites   0 Comments

Color spaces of #ddb869

RGB 221184105
HSL0.110.630.64
HSV41°52°87°
CMYK 0.000.170.52   0.13
XYZ49.509150.673120.5361
Yxy50.67310.41010.4198
Hunter Lab71.1850-0.427332.7250
CIE-Lab76.48063.678944.7530

#ddb869 color RGB value is (221,184,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 01101001
Octal 335 270 151
Decimal 221 184 105
Hex DD B8 69

RGB Percentages of Color #ddb869

%43.33
%36.08
%20.59

CMYK Percentages of Color #ddb869

%0
%17
%52
%13

Triadic Colors of #ddb869

#ddb869 #69ddb8 #b869dd

Analogous Colors of #ddb869

#ddb869 #c8dd69 #dd7e69

Monochromatic Colors of #ddb869

#ddb869

Complementary Color

#ddb869 #698edd

#ddb869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb869 Color CSS Codes

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

#ddb869 Text Font Color

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

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


#ddb869 Background Color

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

This div background color is #ddb869


#ddb869 Border Color

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

This div border color is #ddb869


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,184,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 #ddb869">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb869


Comments

No comments written yet.

Please login to write comment.