#DDBA77

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

Shades of Straw #DDBA77

Tints of Straw #DDBA77

Color information

#DDBA77 (or 0xDDBA77) is unknown color: approx Straw. HEX triplet: DD, BA and 77. RGB value is (221,186,119). Sum of RGB (Red+Green+Blue) = 221+186+119=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA77 is #224588. Grayscale: #BDBDBD. Windows color (decimal): -2246025 or 7846621. OLE color: 7846621.

HSL color Cylindrical-coordinate representation of color #DDBA77: hue angle of 39.41º 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 #DDBA77 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221186119-
CMYK00.160.460.13
HSL39.41º60%66.67%-
HSV(B)39.41º46.15%86.67%-
XYZ50.7151.8224.78-
YUV188.8388.6150.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 119 (46.88% from 255) = 22.62%
R=42.02%
G=35.36%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118611900.160.460.1339.416066.67
HexDDBA770102ED273c43
Octal33527216702056154774103
Binary1101110110111010111011101000010111011011001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA77; }

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

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

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

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

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

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

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

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