#DEBA6A

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

Shades of Chenin #DEBA6A

Tints of Chenin #DEBA6A

Color information

#DEBA6A (or 0xDEBA6A) is unknown color: approx Chenin. HEX triplet: DE, BA and 6A. RGB value is (222,186,106). Sum of RGB (Red+Green+Blue) = 222+186+106=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA6A is #214595. Grayscale: #BBBBBB. Windows color (decimal): -2180502 or 6994654. OLE color: 6994654.

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

Color convert

RGB222186106-
CMYK00.160.520.13
HSL41.38º63.74%64.31%-
HSV(B)41.38º52.25%87.06%-
XYZ50.2851.6920.96-
YUV187.6481.93152.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.19%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 106 (41.80% from 255) = 20.62%
R=43.19%
G=36.19%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218610600.160.520.1341.3863.7464.31
HexDEBA6A01034D294040
Octal336272152020641551100100
Binary11011110101110101101010010000110100110110100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA6A; }

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

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

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

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

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

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

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

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