Color Hex Logo

#ddbb66 Color Hex

#DDBB66
(221,187,102)
1 Favorites   0 Comments

Color spaces of #ddbb66

RGB 221187102
HSL0.120.640.63
HSV43°54°87°
CMYK 0.000.150.54   0.13
XYZ49.987451.872119.9481
Yxy51.87210.41040.4259
Hunter Lab72.0223-2.150333.9940
CIE-Lab77.20431.850747.1061

#ddbb66 color RGB value is (221,187,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01100110
Octal 335 273 146
Decimal 221 187 102
Hex DD BB 66

RGB Percentages of Color #ddbb66

%43.33
%36.67
%20.00

CMYK Percentages of Color #ddbb66

%0
%15
%54
%13

Triadic Colors of #ddbb66

#ddbb66 #66ddbb #bb66dd

Analogous Colors of #ddbb66

#ddbb66 #c4dd66 #dd8066

Monochromatic Colors of #ddbb66

#ddbb66

Complementary Color

#ddbb66 #6688dd

#ddbb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb66 Color CSS Codes

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

#ddbb66 Text Font Color

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

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


#ddbb66 Background Color

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

This div background color is #ddbb66


#ddbb66 Border Color

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

This div border color is #ddbb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb66


Comments

No comments written yet.

Please login to write comment.