#DEBC6D

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

Shades of Chenin #DEBC6D

Tints of Chenin #DEBC6D

Color information

#DEBC6D (or 0xDEBC6D) is unknown color: approx Chenin. HEX triplet: DE, BC and 6D. RGB value is (222,188,109). Sum of RGB (Red+Green+Blue) = 222+188+109=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC6D is #214392. Grayscale: #BDBDBD. Windows color (decimal): -2179987 or 7191774. OLE color: 7191774.

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

Color convert

RGB222188109-
CMYK00.150.510.13
HSL41.95º63.13%64.9%-
HSV(B)41.95º50.9%87.06%-
XYZ50.8752.621.94-
YUV189.1682.76151.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 109 (42.97% from 255) = 21.00%
R=42.77%
G=36.22%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218810900.150.510.1341.9563.1364.9
HexDEBC6D0F33D2a3f41
Octal33627415501763155277101
Binary110111101011110011011010111111001111011010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC6D; }

 p { color: rgb(222,188,109); }

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

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

 a { background-color: rgb(222,188,109); }

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

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

 span { border-color: rgb(222,188,109); }

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