#DABF9A

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

Shades of Raffia #DABF9A

Tints of Raffia #DABF9A

Color information

#DABF9A (or 0xDABF9A) is unknown color: approx Raffia. HEX triplet: DA, BF and 9A. RGB value is (218,191,154). Sum of RGB (Red+Green+Blue) = 218+191+154=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF9A is #254065. Grayscale: #C3C3C3. Windows color (decimal): -2441318 or 10141658. OLE color: 10141658.

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

Color convert

RGB218191154-
CMYK00.120.290.15
HSL34.69º46.38%72.94%-
HSV(B)34.69º29.36%85.49%-
XYZ53.3854.538.28-
YUV194.86104.95144.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=38.72%
G=33.93%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819115400.120.290.1534.6946.3872.94
HexDABF9A0C1DF232e49
Octal33227723201435174356111
Binary110110101011111110011010011001110111111000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF9A; }

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

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

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

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

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

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

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

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