Html Css Color HEX #DEC497 Raffia

📋 copy color: '#DEC497'

red 222 ◦ green 196 ◦ blue 151

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

Shades of Raffia #DEC497

Tints of Raffia #DEC497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.54%

R = 39.02%
G = 34.45%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEC497 (or 0xDEC497) is known color: Raffia. HEX triplet: DE, C4 and 97. RGB value is (222,196,151). Sum of RGB (Red+Green+Blue) = 222+196+151=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC497 is #213B68. Grayscale: #C6C6C6. Windows color (decimal): -2177897 or 9946334. OLE color: 9946334.

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

Color convert

RGB 222 196 151 -
CMYK 0 0.12 0.32 0.13
HSL 38.03º 0.52% 0.73% -
HSV(B) 38.03º 0.32% 0.87% -
XYZ 55.45 57.24 37.4 -
YUV 198.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 222 196 151 0 0.12 0.32 0.13 38.03 0.52 0.73
Hex DE C4 97 0 C 20 D 26 34 49
Octal 336 304 227 0 14 40 15 46 64 111
Binary 11011110 11000100 10010111 0 1100 100000 1101 100110 110100 1001001

Color Harmonies of #DEC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC497

Black with #DEC497

Text Example


Text Example

White with #DEC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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