#DBBA6B

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

Shades of Chenin #DBBA6B

Tints of Chenin #DBBA6B

Color information

#DBBA6B (or 0xDBBA6B) is unknown color: approx Chenin. HEX triplet: DB, BA and 6B. RGB value is (219,186,107). Sum of RGB (Red+Green+Blue) = 219+186+107=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA6B is #244594. Grayscale: #BBBBBB. Windows color (decimal): -2377109 or 7060187. OLE color: 7060187.

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

Color convert

RGB219186107-
CMYK00.150.510.14
HSL42.32º60.87%63.92%-
HSV(B)42.32º51.14%85.88%-
XYZ49.4351.2421.2-
YUV186.8682.93150.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 107 (42.19% from 255) = 20.90%
R=42.77%
G=36.33%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918610700.150.510.1442.3260.8763.92
HexDBBA6B0F33E2a3d40
Octal33327215301763165275100
Binary110110111011101011010110111111001111101010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA6B; }

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

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

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

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

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

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

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

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