#DABF9D

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

Shades of Raffia #DABF9D

Tints of Raffia #DABF9D

Color information

#DABF9D (or 0xDABF9D) is unknown color: approx Raffia. HEX triplet: DA, BF and 9D. RGB value is (218,191,157). Sum of RGB (Red+Green+Blue) = 218+191+157=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF9D is #254062. Grayscale: #C3C3C3. Windows color (decimal): -2441315 or 10338266. OLE color: 10338266.

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

Color convert

RGB218191157-
CMYK00.120.280.15
HSL33.44º45.19%73.53%-
HSV(B)33.44º27.98%85.49%-
XYZ53.6354.639.61-
YUV195.2106.45144.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 157 (61.72% from 255) = 27.74%
R=38.52%
G=33.75%
B=27.74%

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
Decimal21819115700.120.280.1533.4445.1973.53
HexDABF9D0C1CF212d4a
Octal33227723501434174155112
Binary110110101011111110011101011001110011111000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF9D; }

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

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

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

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

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

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

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

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