Html Css Color HEX #DABE9B Raffia

📋 copy color: '#DABE9B'

red 218 ◦ green 190 ◦ blue 155

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

Shades of Raffia #DABE9B

Tints of Raffia #DABE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.53%

R = 38.72%
G = 33.75%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DABE9B (or 0xDABE9B) is known color: Raffia. HEX triplet: DA, BE and 9B. RGB value is (218,190,155). Sum of RGB (Red+Green+Blue) = 218+190+155=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE9B is #254164. Grayscale: #C2C2C2. Windows color (decimal): -2441573 or 10206938. OLE color: 10206938.

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

Color convert

RGB 218 190 155 -
CMYK 0 0.13 0.29 0.15
HSL 33.33º 0.46% 0.73% -
HSV(B) 33.33º 0.29% 0.85% -
XYZ 53.24 54.1 38.65 -
YUV 194.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 218 190 155 0 0.13 0.29 0.15 33.33 0.46 0.73
Hex DA BE 9B 0 D 1D F 21 2E 49
Octal 332 276 233 0 15 35 17 41 56 111
Binary 11011010 10111110 10011011 0 1101 11101 1111 100001 101110 1001001

Color Harmonies of #DABE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE9B

Black with #DABE9B

Text Example


Text Example

White with #DABE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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