#DBBA70

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

Shades of Chenin #DBBA70

Tints of Chenin #DBBA70

Color information

#DBBA70 (or 0xDBBA70) is unknown color: approx Chenin. HEX triplet: DB, BA and 70. RGB value is (219,186,112). Sum of RGB (Red+Green+Blue) = 219+186+112=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA70 is #24458F. Grayscale: #BBBBBB. Windows color (decimal): -2377104 or 7387867. OLE color: 7387867.

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

Color convert

RGB219186112-
CMYK00.150.490.14
HSL41.5º59.78%64.9%-
HSV(B)41.5º48.86%85.88%-
XYZ49.751.3522.62-
YUV187.4385.43150.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 112 (44.14% from 255) = 21.66%
R=42.36%
G=35.98%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918611200.150.490.1441.559.7864.9
HexDBBA700F31E293c41
Octal33327216001761165174101
Binary110110111011101011100000111111000111101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA70; }

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

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

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

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

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

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

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

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