Html Css Color HEX #DABF9E Raffia

📋 copy color: '#DABF9E'

red 218 ◦ green 191 ◦ blue 158

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

Shades of Raffia #DABF9E

Tints of Raffia #DABF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.87%

R = 38.45%
G = 33.69%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DABF9E (or 0xDABF9E) is known color: Raffia. HEX triplet: DA, BF and 9E. RGB value is (218,191,158). Sum of RGB (Red+Green+Blue) = 218+191+158=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF9E is #254061. Grayscale: #C3C3C3. Windows color (decimal): -2441314 or 10403802. OLE color: 10403802.

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

Color convert

RGB 218 191 158 -
CMYK 0 0.12 0.28 0.15
HSL 33º 0.45% 0.74% -
HSV(B) 33º 0.28% 0.85% -
XYZ 53.72 54.64 40.06 -
YUV 195.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 218 191 158 0 0.12 0.28 0.15 33 0.45 0.74
Hex DA BF 9E 0 C 1C F 21 2D 4A
Octal 332 277 236 0 14 34 17 41 55 112
Binary 11011010 10111111 10011110 0 1100 11100 1111 100001 101101 1001010

Color Harmonies of #DABF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF9E

Black with #DABF9E

Text Example


Text Example

White with #DABF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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