#DEBD7D

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

Shades of Straw #DEBD7D

Tints of Straw #DEBD7D

Color information

#DEBD7D (or 0xDEBD7D) is unknown color: approx Straw. HEX triplet: DE, BD and 7D. RGB value is (222,189,125). Sum of RGB (Red+Green+Blue) = 222+189+125=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD7D is #214282. Grayscale: #BFBFBF. Windows color (decimal): -2179715 or 8240606. OLE color: 8240606.

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

Color convert

RGB222189125-
CMYK00.150.440.13
HSL39.59º59.51%68.04%-
HSV(B)39.59º43.69%87.06%-
XYZ52.0253.4126.97-
YUV191.5790.43149.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=41.42%
G=35.26%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218912500.150.440.1339.5959.5168.04
HexDEBD7D0F2CD283c44
Octal33627517501754155074104
Binary110111101011110111111010111110110011011010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD7D; }

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

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

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

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

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

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

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

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