#DBB972

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

Shades of Chenin #DBB972

Tints of Chenin #DBB972

Color information

#DBB972 (or 0xDBB972) is unknown color: approx Chenin. HEX triplet: DB, B9 and 72. RGB value is (219,185,114). Sum of RGB (Red+Green+Blue) = 219+185+114=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB972 is #24468D. Grayscale: #BBBBBB. Windows color (decimal): -2377358 or 7518683. OLE color: 7518683.

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

Color convert

RGB219185114-
CMYK00.160.480.14
HSL40.57º59.32%65.29%-
HSV(B)40.57º47.95%85.88%-
XYZ49.650.9723.14-
YUV187.0786.76150.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.28%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 114 (44.92% from 255) = 22.01%
R=42.28%
G=35.71%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918511400.160.480.1440.5759.3265.29
HexDBB97201030E293b41
Octal33327116202060165173101
Binary1101101110111001111001001000011000011101010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB972; }

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

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

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

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

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

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

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

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