Color Hex Logo

#ddbb6b Color Hex

#DDBB6B
(221,187,107)
0 Favorites   0 Comments

Color spaces of #ddbb6b

RGB 221187107
HSL0.120.630.64
HSV42°52°87°
CMYK 0.000.150.52   0.13
XYZ50.243051.974321.2939
Yxy51.97430.40680.4208
Hunter Lab72.0932-1.763432.9530
CIE-Lab77.26552.273844.7125

#ddbb6b color RGB value is (221,187,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01101011
Octal 335 273 153
Decimal 221 187 107
Hex DD BB 6B

RGB Percentages of Color #ddbb6b

%42.91
%36.31
%20.78

CMYK Percentages of Color #ddbb6b

%0
%15
%52
%13

Triadic Colors of #ddbb6b

#ddbb6b #6bddbb #bb6bdd

Analogous Colors of #ddbb6b

#ddbb6b #c6dd6b #dd826b

Monochromatic Colors of #ddbb6b

#ddbb6b

Complementary Color

#ddbb6b #6b8ddd

#ddbb6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb6b Color CSS Codes

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

#ddbb6b Text Font Color

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

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


#ddbb6b Background Color

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

This div background color is #ddbb6b


#ddbb6b Border Color

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

This div border color is #ddbb6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb6b


Comments

No comments written yet.

Please login to write comment.