#DBBA74

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

Shades of Chenin #DBBA74

Tints of Chenin #DBBA74

Color information

#DBBA74 (or 0xDBBA74) is unknown color: approx Chenin. HEX triplet: DB, BA and 74. RGB value is (219,186,116). Sum of RGB (Red+Green+Blue) = 219+186+116=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA74 is #24458B. Grayscale: #BCBCBC. Windows color (decimal): -2377100 or 7650011. OLE color: 7650011.

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

Color convert

RGB219186116-
CMYK00.150.470.14
HSL40.78º58.86%65.69%-
HSV(B)40.78º47.03%85.88%-
XYZ49.9251.4423.82-
YUV187.8987.43150.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 116 (45.70% from 255) = 22.26%
R=42.03%
G=35.70%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918611600.150.470.1440.7858.8665.69
HexDBBA740F2FE293b42
Octal33327216401757165173102
Binary110110111011101011101000111110111111101010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA74; }

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

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

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

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

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

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

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

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