#DABE9E

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

Shades of Raffia #DABE9E

Tints of Raffia #DABE9E

Color information

#DABE9E (or 0xDABE9E) is unknown color: approx Raffia. HEX triplet: DA, BE and 9E. RGB value is (218,190,158). Sum of RGB (Red+Green+Blue) = 218+190+158=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE9E is #254161. Grayscale: #C2C2C2. Windows color (decimal): -2441570 or 10403546. OLE color: 10403546.

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

Color convert

RGB218190158-
CMYK00.130.280.15
HSL32º44.78%73.73%-
HSV(B)32º27.52%85.49%-
XYZ53.554.239.99-
YUV194.72107.28144.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=38.52%
G=33.57%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819015800.130.280.153244.7873.73
HexDABE9E0D1CF202d4a
Octal33227623601534174055112
Binary110110101011111010011110011011110011111000001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE9E; }

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

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

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

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

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

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

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

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