#DABA70

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

Shades of Chenin #DABA70

Tints of Chenin #DABA70

Color information

#DABA70 (or 0xDABA70) is unknown color: approx Chenin. HEX triplet: DA, BA and 70. RGB value is (218,186,112). Sum of RGB (Red+Green+Blue) = 218+186+112=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA70 is #25458F. Grayscale: #BBBBBB. Windows color (decimal): -2442640 or 7387866. OLE color: 7387866.

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

Color convert

RGB218186112-
CMYK00.150.490.15
HSL41.89º58.89%64.71%-
HSV(B)41.89º48.62%85.49%-
XYZ49.451.1922.61-
YUV187.1385.6150.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=42.25%
G=36.05%
B=21.71%

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
Decimal21818611200.150.490.1541.8958.8964.71
HexDABA700F31F2a3b41
Octal33227216001761175273101
Binary110110101011101011100000111111000111111010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA70; }

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

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

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

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

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

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

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

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