Html Css Color HEX #DABFA0 Raffia

📋 copy color: '#DABFA0'

red 218 ◦ green 191 ◦ blue 160

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

Shades of Raffia #DABFA0

Tints of Raffia #DABFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.12%

R = 38.31%
G = 33.57%
B = 28.12%

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

#DABFA0 (or 0xDABFA0) is known color: Raffia. HEX triplet: DA, BF and A0. RGB value is (218,191,160). Sum of RGB (Red+Green+Blue) = 218+191+160=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFA0 is #25405F. Grayscale: #C3C3C3. Windows color (decimal): -2441312 or 10534874. OLE color: 10534874.

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

Color convert

RGB 218 191 160 -
CMYK 0 0.12 0.27 0.15
HSL 32.07º 0.44% 0.74% -
HSV(B) 32.07º 0.27% 0.85% -
XYZ 53.89 54.71 40.98 -
YUV 195.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 218 191 160 0 0.12 0.27 0.15 32.07 0.44 0.74
Hex DA BF A0 0 C 1B F 20 2C 4A
Octal 332 277 240 0 14 33 17 40 54 112
Binary 11011010 10111111 10100000 0 1100 11011 1111 100000 101100 1001010

Color Harmonies of #DABFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFA0

Black with #DABFA0

Text Example


Text Example

White with #DABFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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