#DBBF70

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

Shades of Chenin #DBBF70

Tints of Chenin #DBBF70

Color information

#DBBF70 (or 0xDBBF70) is unknown color: approx Chenin. HEX triplet: DB, BF and 70. RGB value is (219,191,112). Sum of RGB (Red+Green+Blue) = 219+191+112=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBF70 is #24408F. Grayscale: #BEBEBE. Windows color (decimal): -2375824 or 7389147. OLE color: 7389147.

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

Color convert

RGB219191112-
CMYK00.130.490.14
HSL44.3º59.78%64.9%-
HSV(B)44.3º48.86%85.88%-
XYZ50.7753.4922.98-
YUV190.3783.78148.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 112 (44.14% from 255) = 21.46%
R=41.95%
G=36.59%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919111200.130.490.1444.359.7864.9
HexDBBF700D31E2c3c41
Octal33327716001561165474101
Binary110110111011111111100000110111000111101011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBF70; }

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

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

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

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

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

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

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

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