#DEBD83

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

Shades of Straw #DEBD83

Tints of Straw #DEBD83

Color information

#DEBD83 (or 0xDEBD83) is unknown color: approx Straw. HEX triplet: DE, BD and 83. RGB value is (222,189,131). Sum of RGB (Red+Green+Blue) = 222+189+131=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD83 is #21427C. Grayscale: #C0C0C0. Windows color (decimal): -2179709 or 8633822. OLE color: 8633822.

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

Color convert

RGB222189131-
CMYK00.150.410.13
HSL38.24º57.96%69.22%-
HSV(B)38.24º40.99%87.06%-
XYZ52.4253.5629.05-
YUV192.2693.43149.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 131 (51.56% from 255) = 24.17%
R=40.96%
G=34.87%
B=24.17%

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
Decimal22218913100.150.410.1338.2457.9669.22
HexDEBD830F29D263a45
Octal33627520301751154672105
Binary1101111010111101100000110111110100111011001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD83; }

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

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

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

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

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

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

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

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