Color Hex Logo

#ddb85f Color Hex

#DDB85F
(221,184,95)
1 Favorites   0 Comments

Color spaces of #ddb85f

RGB 22118495
HSL0.120.650.62
HSV42°57°87°
CMYK 0.000.170.57   0.13
XYZ49.024850.479417.9861
Yxy50.47940.41730.4296
Hunter Lab71.0489-1.167834.7249
CIE-Lab76.36262.871449.5082

#ddb85f color RGB value is (221,184,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 01011111
Octal 335 270 137
Decimal 221 184 95
Hex DD B8 5F

RGB Percentages of Color #ddb85f

%44.20
%36.80
%19.00

CMYK Percentages of Color #ddb85f

%0
%17
%57
%13

Triadic Colors of #ddb85f

#ddb85f #5fddb8 #b85fdd

Analogous Colors of #ddb85f

#ddb85f #c3dd5f #dd795f

Monochromatic Colors of #ddb85f

#ddb85f

Complementary Color

#ddb85f #5f84dd

#ddb85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb85f Color CSS Codes

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

#ddb85f Text Font Color

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

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


#ddb85f Background Color

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

This div background color is #ddb85f


#ddb85f Border Color

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

This div border color is #ddb85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb85f


Comments

No comments written yet.

Please login to write comment.