Html Css Color HEX #DEC494 Raffia

📋 copy color: '#DEC494'

red 222 ◦ green 196 ◦ blue 148

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

Shades of Raffia #DEC494

Tints of Raffia #DEC494

RGB

 RED value IS 222 (87.11% from 255) = 39.22%

 GREEN value IS 196 (76.95% from 255) = 34.63%

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 39.22%
G = 34.63%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEC494 (or 0xDEC494) is known color: Raffia. HEX triplet: DE, C4 and 94. RGB value is (222,196,148). Sum of RGB (Red+Green+Blue) = 222+196+148=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC494 is #213B6B. Grayscale: #C6C6C6. Windows color (decimal): -2177900 or 9749726. OLE color: 9749726.

HSL color Cylindrical-coordinate representation of color #DEC494: hue angle of 38.92º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEC494 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 148 -
CMYK 0 0.12 0.33 0.13
HSL 38.92º 0.53% 0.73% -
HSV(B) 38.92º 0.33% 0.87% -
XYZ 55.21 57.15 36.14 -
YUV 198.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 222 196 148 0 0.12 0.33 0.13 38.92 0.53 0.73
Hex DE C4 94 0 C 21 D 27 35 49
Octal 336 304 224 0 14 41 15 47 65 111
Binary 11011110 11000100 10010100 0 1100 100001 1101 100111 110101 1001001

Color Harmonies of #DEC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC494

Black with #DEC494

Text Example


Text Example

White with #DEC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC494; }

 p { color: rgb(222,196,148); }

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

background-color css

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

 a { background-color: rgb(222,196,148); }

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

border-color css

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

 span { border-color: rgb(222,196,148); }

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