#DEBD6A

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

Shades of Chenin #DEBD6A

Tints of Chenin #DEBD6A

Color information

#DEBD6A (or 0xDEBD6A) is unknown color: approx Chenin. HEX triplet: DE, BD and 6A. RGB value is (222,189,106). Sum of RGB (Red+Green+Blue) = 222+189+106=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD6A is #214295. Grayscale: #BDBDBD. Windows color (decimal): -2179734 or 6995422. OLE color: 6995422.

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

Color convert

RGB222189106-
CMYK00.150.520.13
HSL42.93º63.74%64.31%-
HSV(B)42.93º52.25%87.06%-
XYZ50.9252.9721.18-
YUV189.480.93151.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=42.94%
G=36.56%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218910600.150.520.1342.9363.7464.31
HexDEBD6A0F34D2b4040
Octal336275152017641553100100
Binary1101111010111101110101001111110100110110101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD6A; }

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

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

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

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

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

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

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

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