#DBB970

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

Shades of Chenin #DBB970

Tints of Chenin #DBB970

Color information

#DBB970 (or 0xDBB970) is unknown color: approx Chenin. HEX triplet: DB, B9 and 70. RGB value is (219,185,112). Sum of RGB (Red+Green+Blue) = 219+185+112=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB970 is #24468F. Grayscale: #BBBBBB. Windows color (decimal): -2377360 or 7387611. OLE color: 7387611.

HSL color Cylindrical-coordinate representation of color #DBB970: hue angle of 40.93º 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 #DBB970 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219185112-
CMYK00.160.490.14
HSL40.93º59.78%64.9%-
HSV(B)40.93º48.86%85.88%-
XYZ49.4950.9322.55-
YUV186.8485.76150.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=42.44%
G=35.85%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918511200.160.490.1440.9359.7864.9
HexDBB97001031E293c41
Octal33327116002061165174101
Binary1101101110111001111000001000011000111101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB970; }

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

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

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

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

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

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

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

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