Color Hex Logo

#ddb86b Color Hex

#DDB86B
(221,184,107)
0 Favorites   0 Comments

Color spaces of #ddb86b

RGB 221184107
HSL0.110.630.64
HSV41°52°87°
CMYK 0.000.170.52   0.13
XYZ49.613150.714721.0839
Yxy50.71470.40860.4177
Hunter Lab71.2143-0.268732.2964
CIE-Lab76.50593.851343.7857

#ddb86b color RGB value is (221,184,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 01101011
Octal 335 270 153
Decimal 221 184 107
Hex DD B8 6B

RGB Percentages of Color #ddb86b

%43.16
%35.94
%20.90

CMYK Percentages of Color #ddb86b

%0
%17
%52
%13

Triadic Colors of #ddb86b

#ddb86b #6bddb8 #b86bdd

Analogous Colors of #ddb86b

#ddb86b #c9dd6b #dd7f6b

Monochromatic Colors of #ddb86b

#ddb86b

Complementary Color

#ddb86b #6b90dd

#ddb86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb86b Color CSS Codes

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

#ddb86b Text Font Color

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

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


#ddb86b Background Color

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

This div background color is #ddb86b


#ddb86b Border Color

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

This div border color is #ddb86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb86b


Comments

No comments written yet.

Please login to write comment.