#DABF78

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

Shades of Chenin #DABF78

Tints of Chenin #DABF78

Color information

#DABF78 (or 0xDABF78) is unknown color: approx Chenin. HEX triplet: DA, BF and 78. RGB value is (218,191,120). Sum of RGB (Red+Green+Blue) = 218+191+120=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF78 is #254087. Grayscale: #BFBFBF. Windows color (decimal): -2441352 or 7913434. OLE color: 7913434.

HSL color Cylindrical-coordinate representation of color #DABF78: hue angle of 43.47º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DABF78 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218191120-
CMYK00.120.450.15
HSL43.47º56.98%66.27%-
HSV(B)43.47º44.95%85.49%-
XYZ50.9353.5225.42-
YUV190.9887.95147.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 120 (47.27% from 255) = 22.68%
R=41.21%
G=36.11%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819112000.120.450.1543.4756.9866.27
HexDABF780C2DF2b3942
Octal33227717001455175371102
Binary110110101011111111110000110010110111111010111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF78; }

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

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

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

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

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

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

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

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