#DEBD82

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

Shades of Straw #DEBD82

Tints of Straw #DEBD82

Color information

#DEBD82 (or 0xDEBD82) is unknown color: approx Straw. HEX triplet: DE, BD and 82. RGB value is (222,189,130). Sum of RGB (Red+Green+Blue) = 222+189+130=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD82 is #21427D. Grayscale: #C0C0C0. Windows color (decimal): -2179710 or 8568286. OLE color: 8568286.

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

Color convert

RGB222189130-
CMYK00.150.410.13
HSL38.48º58.23%69.02%-
HSV(B)38.48º41.44%87.06%-
XYZ52.3553.5428.69-
YUV192.1492.93149.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 130 (51.17% from 255) = 24.03%
R=41.04%
G=34.94%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218913000.150.410.1338.4858.2369.02
HexDEBD820F29D263a45
Octal33627520201751154672105
Binary1101111010111101100000100111110100111011001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD82; }

 p { color: rgb(222,189,130); }

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

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

 a { background-color: rgb(222,189,130); }

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

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

 span { border-color: rgb(222,189,130); }

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