Color Hex Logo

#ddb15b Color Hex

#DDB15B
(221,177,91)
0 Favorites   0 Comments

Color spaces of #ddb15b

RGB 22117791
HSL0.110.660.61
HSV40°59°87°
CMYK 0.000.200.59   0.13
XYZ47.429347.571816.5800
Yxy47.57180.42510.4263
Hunter Lab68.97232.045234.0281
CIE-Lab74.55406.268749.3276

#ddb15b color RGB value is (221,177,91).

#ddb15b hex color red value is 221, green value is 177 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ddb15b hue: 0.11 , saturation: 0.66 and the lightness value of ddb15b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01011011
Octal 335 261 133
Decimal 221 177 91
Hex DD B1 5B

RGB Percentages of Color #ddb15b

%45.19
%36.20
%18.61

CMYK Percentages of Color #ddb15b

%0
%20
%59
%13

Triadic Colors of #ddb15b

#ddb15b #5bddb1 #b15bdd

Analogous Colors of #ddb15b

#ddb15b #c8dd5b #dd705b

Monochromatic Colors of #ddb15b

#ddb15b

Complementary Color

#ddb15b #5b87dd

#ddb15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb15b Color CSS Codes

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

#ddb15b Text Font Color

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

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


#ddb15b Background Color

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

This div background color is #ddb15b


#ddb15b Border Color

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

This div border color is #ddb15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb15b


Comments

No comments written yet.

Please login to write comment.