Color Hex Logo

#ddb16f Color Hex

#DDB16F
(221,177,111)
0 Favorites   0 Comments

Color spaces of #ddb16f

RGB 221177111
HSL0.100.620.65
HSV36°50°87°
CMYK 0.000.200.50   0.13
XYZ48.410247.964121.7454
Yxy47.96410.40980.4061
Hunter Lab69.25613.573729.8631
CIE-Lab74.80237.914139.6508

#ddb16f color RGB value is (221,177,111).

#ddb16f hex color red value is 221, green value is 177 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddb16f hue: 0.10 , saturation: 0.62 and the lightness value of ddb16f is 0.65.

The process color (four color CMYK) of #ddb16f color hex is 0.00, 0.20, 0.50, 0.13. Web safe color of #ddb16f is #cc9966. Color #ddb16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01101111
Octal 335 261 157
Decimal 221 177 111
Hex DD B1 6F

RGB Percentages of Color #ddb16f

%43.42
%34.77
%21.81

CMYK Percentages of Color #ddb16f

%0
%20
%50
%13

Triadic Colors of #ddb16f

#ddb16f #6fddb1 #b16fdd

Analogous Colors of #ddb16f

#ddb16f #d2dd6f #dd7a6f

Monochromatic Colors of #ddb16f

#ddb16f

Complementary Color

#ddb16f #6f9bdd

#ddb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb16f Color CSS Codes

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

#ddb16f Text Font Color

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

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


#ddb16f Background Color

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

This div background color is #ddb16f


#ddb16f Border Color

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

This div border color is #ddb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb16f


Comments

No comments written yet.

Please login to write comment.