Html Css Color HEX #DABE9D Raffia

📋 copy color: '#DABE9D'

red 218 ◦ green 190 ◦ blue 157

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

Shades of Raffia #DABE9D

Tints of Raffia #DABE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.79%

R = 38.58%
G = 33.63%
B = 27.79%

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

#DABE9D (or 0xDABE9D) is known color: Raffia. HEX triplet: DA, BE and 9D. RGB value is (218,190,157). Sum of RGB (Red+Green+Blue) = 218+190+157=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE9D is #254162. Grayscale: #C2C2C2. Windows color (decimal): -2441571 or 10338010. OLE color: 10338010.

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

Color convert

RGB 218 190 157 -
CMYK 0 0.13 0.28 0.15
HSL 32.46º 0.45% 0.74% -
HSV(B) 32.46º 0.28% 0.85% -
XYZ 53.41 54.17 39.54 -
YUV 194.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 218 190 157 0 0.13 0.28 0.15 32.46 0.45 0.74
Hex DA BE 9D 0 D 1C F 20 2D 4A
Octal 332 276 235 0 15 34 17 40 55 112
Binary 11011010 10111110 10011101 0 1101 11100 1111 100000 101101 1001010

Color Harmonies of #DABE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE9D

Black with #DABE9D

Text Example


Text Example

White with #DABE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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