#DABA6F

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

Shades of Chenin #DABA6F

Tints of Chenin #DABA6F

Color information

#DABA6F (or 0xDABA6F) is unknown color: approx Chenin. HEX triplet: DA, BA and 6F. RGB value is (218,186,111). Sum of RGB (Red+Green+Blue) = 218+186+111=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA6F is #254590. Grayscale: #BBBBBB. Windows color (decimal): -2442641 or 7322330. OLE color: 7322330.

HSL color Cylindrical-coordinate representation of color #DABA6F: hue angle of 42.06º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DABA6F is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB218186111-
CMYK00.150.490.15
HSL42.06º59.12%64.51%-
HSV(B)42.06º49.08%85.49%-
XYZ49.3451.1722.32-
YUV187.0285.1150.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=42.33%
G=36.12%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818611100.150.490.1542.0659.1264.51
HexDABA6F0F31F2a3b41
Octal33227215701761175273101
Binary110110101011101011011110111111000111111010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA6F; }

 p { color: rgb(218,186,111); }

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

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

 a { background-color: rgb(218,186,111); }

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

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

 span { border-color: rgb(218,186,111); }

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