#DABF70

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

Shades of Chenin #DABF70

Tints of Chenin #DABF70

Color information

#DABF70 (or 0xDABF70) is unknown color: approx Chenin. HEX triplet: DA, BF and 70. RGB value is (218,191,112). Sum of RGB (Red+Green+Blue) = 218+191+112=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF70 is #25408F. Grayscale: #BEBEBE. Windows color (decimal): -2441360 or 7389146. OLE color: 7389146.

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

Color convert

RGB218191112-
CMYK00.120.490.15
HSL44.72º58.89%64.71%-
HSV(B)44.72º48.62%85.49%-
XYZ50.4753.3422.96-
YUV190.0783.95147.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=41.84%
G=36.66%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819111200.120.490.1544.7258.8964.71
HexDABF700C31F2d3b41
Octal33227716001461175573101
Binary110110101011111111100000110011000111111011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF70; }

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

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

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

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

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

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

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

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