Html Css Color HEX #DABF9C Raffia

📋 copy color: '#DABF9C'

red 218 ◦ green 191 ◦ blue 156

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

Shades of Raffia #DABF9C

Tints of Raffia #DABF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 38.58%
G = 33.81%
B = 27.61%

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

#DABF9C (or 0xDABF9C) is known color: Raffia. HEX triplet: DA, BF and 9C. RGB value is (218,191,156). Sum of RGB (Red+Green+Blue) = 218+191+156=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF9C is #254063. Grayscale: #C3C3C3. Windows color (decimal): -2441316 or 10272730. OLE color: 10272730.

HSL color Cylindrical-coordinate representation of color #DABF9C: hue angle of 33.87º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DABF9C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 156 -
CMYK 0 0.12 0.28 0.15
HSL 33.87º 0.46% 0.73% -
HSV(B) 33.87º 0.28% 0.85% -
XYZ 53.55 54.57 39.16 -
YUV 195.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 218 191 156 0 0.12 0.28 0.15 33.87 0.46 0.73
Hex DA BF 9C 0 C 1C F 22 2E 49
Octal 332 277 234 0 14 34 17 42 56 111
Binary 11011010 10111111 10011100 0 1100 11100 1111 100010 101110 1001001

Color Harmonies of #DABF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF9C

Black with #DABF9C

Text Example


Text Example

White with #DABF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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