#DEBC71

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

Shades of Chenin #DEBC71

Tints of Chenin #DEBC71

Color information

#DEBC71 (or 0xDEBC71) is unknown color: approx Chenin. HEX triplet: DE, BC and 71. RGB value is (222,188,113). Sum of RGB (Red+Green+Blue) = 222+188+113=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC71 is #21438E. Grayscale: #BDBDBD. Windows color (decimal): -2179983 or 7453918. OLE color: 7453918.

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

Color convert

RGB222188113-
CMYK00.150.490.13
HSL41.28º62.29%65.69%-
HSV(B)41.28º49.1%87.06%-
XYZ51.0952.6923.1-
YUV189.6284.76151.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 113 (44.53% from 255) = 21.61%
R=42.45%
G=35.95%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218811300.150.490.1341.2862.2965.69
HexDEBC710F31D293e42
Octal33627416101761155176102
Binary110111101011110011100010111111000111011010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC71; }

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

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

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

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

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

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

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

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