#DDB976

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

Shades of Straw #DDB976

Tints of Straw #DDB976

Color information

#DDB976 (or 0xDDB976) is unknown color: approx Straw. HEX triplet: DD, B9 and 76. RGB value is (221,185,118). Sum of RGB (Red+Green+Blue) = 221+185+118=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB976 is #224689. Grayscale: #BCBCBC. Windows color (decimal): -2246282 or 7780829. OLE color: 7780829.

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

Color convert

RGB221185118-
CMYK00.160.470.13
HSL39.03º60.23%66.47%-
HSV(B)39.03º46.61%86.67%-
XYZ50.4451.3824.4-
YUV188.1388.43151.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=42.18%
G=35.31%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118511800.160.470.1339.0360.2366.47
HexDDB9760102FD273c42
Octal33527116602057154774102
Binary1101110110111001111011001000010111111011001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB976; }

 p { color: rgb(221,185,118); }

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

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

 a { background-color: rgb(221,185,118); }

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

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

 span { border-color: rgb(221,185,118); }

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