Color Hex Logo

#ddb96f Color Hex

#DDB96F
(221,185,111)
0 Favorites   0 Comments

Color spaces of #ddb96f

RGB 221185111
HSL0.110.620.65
HSV40°50°87°
CMYK 0.000.160.50   0.13
XYZ50.037051.217822.2877
Yxy51.21780.40500.4146
Hunter Lab71.5666-0.440331.6322
CIE-Lab76.81083.680542.1499

#ddb96f color RGB value is (221,185,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01101111
Octal 335 271 157
Decimal 221 185 111
Hex DD B9 6F

RGB Percentages of Color #ddb96f

%42.75
%35.78
%21.47

CMYK Percentages of Color #ddb96f

%0
%16
%50
%13

Triadic Colors of #ddb96f

#ddb96f #6fddb9 #b96fdd

Analogous Colors of #ddb96f

#ddb96f #cadd6f #dd826f

Monochromatic Colors of #ddb96f

#ddb96f

Complementary Color

#ddb96f #6f93dd

#ddb96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb96f Color CSS Codes

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

#ddb96f Text Font Color

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

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


#ddb96f Background Color

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

This div background color is #ddb96f


#ddb96f Border Color

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

This div border color is #ddb96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb96f


Comments

No comments written yet.

Please login to write comment.