#DEBD70

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

Shades of Chenin #DEBD70

Tints of Chenin #DEBD70

Color information

#DEBD70 (or 0xDEBD70) is unknown color: approx Chenin. HEX triplet: DE, BD and 70. RGB value is (222,189,112). Sum of RGB (Red+Green+Blue) = 222+189+112=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD70 is #21428F. Grayscale: #BEBEBE. Windows color (decimal): -2179728 or 7388638. OLE color: 7388638.

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

Color convert

RGB222189112-
CMYK00.150.500.13
HSL42º62.5%65.49%-
HSV(B)42º49.55%87.06%-
XYZ51.2553.0922.88-
YUV190.0983.93150.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 112 (44.14% from 255) = 21.41%
R=42.45%
G=36.14%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218911200.150.500.134262.565.49
HexDEBD700F32D2a3e41
Octal33627516001762155276101
Binary110111101011110111100000111111001011011010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD70; }

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

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

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

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

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

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

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

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