Color Hex Logo

#ddb76f Color Hex

#DDB76F
(221,183,111)
0 Favorites   0 Comments

Color spaces of #ddb76f

RGB 221183111
HSL0.110.620.65
HSV39°50°87°
CMYK 0.000.170.50   0.13
XYZ49.621550.386822.1492
Yxy50.38680.40620.4125
Hunter Lab70.98370.560031.1882
CIE-Lab76.30614.735341.5244

#ddb76f color RGB value is (221,183,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01101111
Octal 335 267 157
Decimal 221 183 111
Hex DD B7 6F

RGB Percentages of Color #ddb76f

%42.91
%35.53
%21.55

CMYK Percentages of Color #ddb76f

%0
%17
%50
%13

Triadic Colors of #ddb76f

#ddb76f #6fddb7 #b76fdd

Analogous Colors of #ddb76f

#ddb76f #ccdd6f #dd806f

Monochromatic Colors of #ddb76f

#ddb76f

Complementary Color

#ddb76f #6f95dd

#ddb76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb76f Color CSS Codes

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

#ddb76f Text Font Color

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

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


#ddb76f Background Color

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

This div background color is #ddb76f


#ddb76f Border Color

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

This div border color is #ddb76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb76f


Comments

No comments written yet.

Please login to write comment.