#DBC970

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

Shades of Chenin #DBC970

Tints of Chenin #DBC970

Color information

#DBC970 (or 0xDBC970) is unknown color: approx Chenin. HEX triplet: DB, C9 and 70. RGB value is (219,201,112). Sum of RGB (Red+Green+Blue) = 219+201+112=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC970 is #24368F. Grayscale: #C4C4C4. Windows color (decimal): -2373264 or 7391707. OLE color: 7391707.

HSL color Cylindrical-coordinate representation of color #DBC970: hue angle of 49.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBC970 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219201112-
CMYK00.080.490.14
HSL49.91º59.78%64.9%-
HSV(B)49.91º48.86%85.88%-
XYZ53.025823.73-
YUV196.2480.46144.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=41.17%
G=37.78%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920111200.080.490.1449.9159.7864.9
HexDBC9700831E323c41
Octal33331116001061166274101
Binary110110111100100111100000100011000111101100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC970; }

 p { color: rgb(219,201,112); }

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

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

 a { background-color: rgb(219,201,112); }

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

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

 span { border-color: rgb(219,201,112); }

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