Html Css Color HEX #DABF9F Raffia

📋 copy color: '#DABF9F'

red 218 ◦ green 191 ◦ blue 159

#DABF9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #DABF9F

Tints of Raffia #DABF9F

RGB

 RED value IS 218 (85.55% from 255) = 38.38%

 GREEN value IS 191 (75% from 255) = 33.63%

 BLUE value IS 159 (62.5% from 255) = 27.99%

R = 38.38%
G = 33.63%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DABF9F (or 0xDABF9F) is known color: Raffia. HEX triplet: DA, BF and 9F. RGB value is (218,191,159). Sum of RGB (Red+Green+Blue) = 218+191+159=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF9F is #254060. Grayscale: #C3C3C3. Windows color (decimal): -2441313 or 10469338. OLE color: 10469338.

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

Color convert

RGB 218 191 159 -
CMYK 0 0.12 0.27 0.15
HSL 32.54º 0.44% 0.74% -
HSV(B) 32.54º 0.27% 0.85% -
XYZ 53.8 54.67 40.52 -
YUV 195.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 218 191 159 0 0.12 0.27 0.15 32.54 0.44 0.74
Hex DA BF 9F 0 C 1B F 21 2C 4A
Octal 332 277 237 0 14 33 17 41 54 112
Binary 11011010 10111111 10011111 0 1100 11011 1111 100001 101100 1001010

Color Harmonies of #DABF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF9F

Black with #DABF9F

Text Example


Text Example

White with #DABF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF9F; }

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

 H1.HeaderClassName
 {
   color: #DABF9F;
 }
 .AnyTagClassName
 {
   color: #DABF9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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