#DABFA0

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

Shades of Raffia #DABFA0

Tints of Raffia #DABFA0

Color information

#DABFA0 (or 0xDABFA0) is unknown color: approx Raffia. HEX triplet: DA, BF and A0. RGB value is (218,191,160). Sum of RGB (Red+Green+Blue) = 218+191+160=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFA0 is #25405F. Grayscale: #C3C3C3. Windows color (decimal): -2441312 or 10534874. OLE color: 10534874.

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

Color convert

RGB218191160-
CMYK00.120.270.15
HSL32.07º43.94%74.12%-
HSV(B)32.07º26.61%85.49%-
XYZ53.8954.7140.98-
YUV195.54107.95144.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 160 (62.89% from 255) = 28.12%
R=38.31%
G=33.57%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819116000.120.270.1532.0743.9474.12
HexDABFA00C1BF202c4a
Octal33227724001433174054112
Binary110110101011111110100000011001101111111000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFA0; }

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

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

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

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

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

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

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

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