#DDBB77

Color #DDBB77 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DDBB77

Tints of Straw #DDBB77

Color information

#DDBB77 (or 0xDDBB77) is unknown color: approx Straw. HEX triplet: DD, BB and 77. RGB value is (221,187,119). Sum of RGB (Red+Green+Blue) = 221+187+119=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB77 is #224488. Grayscale: #BDBDBD. Windows color (decimal): -2245769 or 7846877. OLE color: 7846877.

HSL color Cylindrical-coordinate representation of color #DDBB77: hue angle of 40º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDBB77 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221187119-
CMYK00.150.460.13
HSL40º60%66.67%-
HSV(B)40º46.15%86.67%-
XYZ50.9252.2424.85-
YUV189.4188.26150.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 119 (46.88% from 255) = 22.58%
R=41.94%
G=35.48%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118711900.150.460.13406066.67
HexDDBB770F2ED283c43
Octal33527316701756155074103
Binary110111011011101111101110111110111011011010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB77; }

 p { color: rgb(221,187,119); }

 H1.HeaderClassName
 {
   color: #DDBB77;
 }
 .AnyTagClassName
 {
   color: #DDBB77;
 }
</style>
background-color css

<style>
 a { background-color: #DDBB77; }

 a { background-color: rgb(221,187,119); }

 div.DivClassName
 {
   background-color: #DDBB77;
 }
 .BgClassName
 {
   background-color: #DDBB77;
 }
</style>
border-color css

<style>
 span { border-color: #DDBB77; }

 span { border-color: rgb(221,187,119); }

 td.TdClassName
 {
   border-color: #DDBB77;
 }
 .TagClassName
 {
   border-color: #DDBB77;
 }
</style>