#DABF9E

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

Shades of Raffia #DABF9E

Tints of Raffia #DABF9E

Color information

#DABF9E (or 0xDABF9E) is unknown color: approx Raffia. HEX triplet: DA, BF and 9E. RGB value is (218,191,158). Sum of RGB (Red+Green+Blue) = 218+191+158=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF9E is #254061. Grayscale: #C3C3C3. Windows color (decimal): -2441314 or 10403802. OLE color: 10403802.

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

Color convert

RGB218191158-
CMYK00.120.280.15
HSL33º44.78%73.73%-
HSV(B)33º27.52%85.49%-
XYZ53.7254.6440.06-
YUV195.31106.95144.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=38.45%
G=33.69%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819115800.120.280.153344.7873.73
HexDABF9E0C1CF212d4a
Octal33227723601434174155112
Binary110110101011111110011110011001110011111000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF9E; }

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

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

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

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

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

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

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

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