#DABE9B

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

Shades of Raffia #DABE9B

Tints of Raffia #DABE9B

Color information

#DABE9B (or 0xDABE9B) is unknown color: approx Raffia. HEX triplet: DA, BE and 9B. RGB value is (218,190,155). Sum of RGB (Red+Green+Blue) = 218+190+155=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE9B is #254164. Grayscale: #C2C2C2. Windows color (decimal): -2441573 or 10206938. OLE color: 10206938.

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

Color convert

RGB218190155-
CMYK00.130.290.15
HSL33.33º45.99%73.14%-
HSV(B)33.33º28.9%85.49%-
XYZ53.2454.138.65-
YUV194.38105.78144.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=38.72%
G=33.75%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819015500.130.290.1533.3345.9973.14
HexDABE9B0D1DF212e49
Octal33227623301535174156111
Binary110110101011111010011011011011110111111000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE9B; }

 p { color: rgb(218,190,155); }

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

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

 a { background-color: rgb(218,190,155); }

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

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

 span { border-color: rgb(218,190,155); }

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