Html Css Color HEX #DEC495 Raffia

📋 copy color: '#DEC495'

red 222 ◦ green 196 ◦ blue 149

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

Shades of Raffia #DEC495

Tints of Raffia #DEC495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.28%

R = 39.15%
G = 34.57%
B = 26.28%

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

#DEC495 (or 0xDEC495) is known color: Raffia. HEX triplet: DE, C4 and 95. RGB value is (222,196,149). Sum of RGB (Red+Green+Blue) = 222+196+149=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC495 is #213B6A. Grayscale: #C6C6C6. Windows color (decimal): -2177899 or 9815262. OLE color: 9815262.

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

Color convert

RGB 222 196 149 -
CMYK 0 0.12 0.33 0.13
HSL 38.63º 0.53% 0.73% -
HSV(B) 38.63º 0.33% 0.87% -
XYZ 55.29 57.18 36.56 -
YUV 198.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 222 196 149 0 0.12 0.33 0.13 38.63 0.53 0.73
Hex DE C4 95 0 C 21 D 27 35 49
Octal 336 304 225 0 14 41 15 47 65 111
Binary 11011110 11000100 10010101 0 1100 100001 1101 100111 110101 1001001

Color Harmonies of #DEC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC495

Black with #DEC495

Text Example


Text Example

White with #DEC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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