#DEBE82

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

Shades of Straw #DEBE82

Tints of Straw #DEBE82

Color information

#DEBE82 (or 0xDEBE82) is unknown color: approx Straw. HEX triplet: DE, BE and 82. RGB value is (222,190,130). Sum of RGB (Red+Green+Blue) = 222+190+130=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE82 is #21417D. Grayscale: #C1C1C1. Windows color (decimal): -2179454 or 8568542. OLE color: 8568542.

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

Color convert

RGB222190130-
CMYK00.140.410.13
HSL39.13º58.23%69.02%-
HSV(B)39.13º41.44%87.06%-
XYZ52.5753.9728.77-
YUV192.7392.6148.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 130 (51.17% from 255) = 23.99%
R=40.96%
G=35.06%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219013000.140.410.1339.1358.2369.02
HexDEBE820E29D273a45
Octal33627620201651154772105
Binary1101111010111110100000100111010100111011001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE82; }

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

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

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

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

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

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

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

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