Html Css Color HEX #DEC49C Raffia

📋 copy color: '#DEC49C'

red 222 ◦ green 196 ◦ blue 156

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

Shades of Raffia #DEC49C

Tints of Raffia #DEC49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.18%

R = 38.68%
G = 34.15%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEC49C (or 0xDEC49C) is known color: Raffia. HEX triplet: DE, C4 and 9C. RGB value is (222,196,156). Sum of RGB (Red+Green+Blue) = 222+196+156=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49C is #213B63. Grayscale: #C7C7C7. Windows color (decimal): -2177892 or 10274014. OLE color: 10274014.

HSL color Cylindrical-coordinate representation of color #DEC49C: hue angle of 36.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEC49C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 156 -
CMYK 0 0.12 0.30 0.13
HSL 36.36º 0.5% 0.74% -
HSV(B) 36.36º 0.3% 0.87% -
XYZ 55.86 57.41 39.59 -
YUV 199.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 222 196 156 0 0.12 0.30 0.13 36.36 0.5 0.74
Hex DE C4 9C 0 C 1E D 24 32 4A
Octal 336 304 234 0 14 36 15 44 62 112
Binary 11011110 11000100 10011100 0 1100 11110 1101 100100 110010 1001010

Color Harmonies of #DEC49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC49C

Black with #DEC49C

Text Example


Text Example

White with #DEC49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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