#DEBD6B

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

Shades of Chenin #DEBD6B

Tints of Chenin #DEBD6B

Color information

#DEBD6B (or 0xDEBD6B) is unknown color: approx Chenin. HEX triplet: DE, BD and 6B. RGB value is (222,189,107). Sum of RGB (Red+Green+Blue) = 222+189+107=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD6B is #214294. Grayscale: #BDBDBD. Windows color (decimal): -2179733 or 7060958. OLE color: 7060958.

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

Color convert

RGB222189107-
CMYK00.150.520.13
HSL42.78º63.54%64.51%-
HSV(B)42.78º51.8%87.06%-
XYZ50.9852.9921.45-
YUV189.5281.43151.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 107 (42.19% from 255) = 20.66%
R=42.86%
G=36.49%
B=20.66%

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
Decimal22218910700.150.520.1342.7863.5464.51
HexDEBD6B0F34D2b4041
Octal336275153017641553100101
Binary1101111010111101110101101111110100110110101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD6B; }

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

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

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

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

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

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

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

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