#deba70

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

Shades of Chenin #DEBA70

Tints of Chenin #DEBA70

Color information

#DEBA70 (or 0xDEBA70) is unknown color: approx Chenin. HEX triplet: DE, BA and 70. RGB value is (222,186,112). Sum of RGB (Red+Green+Blue) = 222+186+112=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA70 is #21458F. Grayscale: #BCBCBC. Windows color (decimal): -2180496 or 7387870. OLE color: 7387870.

HSL color Cylindrical-coordinate representation of color #DEBA70: hue angle of 40.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEBA70 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222186112-
CMYK00.160.500.13
HSL40.36º62.5%65.49%-
HSV(B)40.36º49.55%87.06%-
XYZ50.6151.8222.66-
YUV188.3384.93152.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=42.69%
G=35.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218611200.160.500.1340.3662.565.49
HexDEBA7001032D283e41
Octal33627216002062155076101
Binary1101111010111010111000001000011001011011010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deba70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deba70; }

 p { color: rgb(222,186,112); }

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

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

 a { background-color: rgb(222,186,112); }

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

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

 span { border-color: rgb(222,186,112); }

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