Html Css Color HEX #DABE9C Raffia

📋 copy color: '#DABE9C'

red 218 ◦ green 190 ◦ blue 156

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

Shades of Raffia #DABE9C

Tints of Raffia #DABE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

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

R = 38.65%
G = 33.69%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DABE9C (or 0xDABE9C) is known color: Raffia. HEX triplet: DA, BE and 9C. RGB value is (218,190,156). Sum of RGB (Red+Green+Blue) = 218+190+156=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE9C is #254163. Grayscale: #C2C2C2. Windows color (decimal): -2441572 or 10272474. OLE color: 10272474.

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

Color convert

RGB 218 190 156 -
CMYK 0 0.13 0.28 0.15
HSL 32.9º 0.46% 0.73% -
HSV(B) 32.9º 0.28% 0.85% -
XYZ 53.33 54.13 39.09 -
YUV 194.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 218 190 156 0 0.13 0.28 0.15 32.9 0.46 0.73
Hex DA BE 9C 0 D 1C F 21 2E 49
Octal 332 276 234 0 15 34 17 41 56 111
Binary 11011010 10111110 10011100 0 1101 11100 1111 100001 101110 1001001

Color Harmonies of #DABE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE9C

Black with #DABE9C

Text Example


Text Example

White with #DABE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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