Html Css Color HEX #DEC49D Raffia

📋 copy color: '#DEC49D'

red 222 ◦ green 196 ◦ blue 157

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

Shades of Raffia #DEC49D

Tints of Raffia #DEC49D

RGB

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

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

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

R = 38.61%
G = 34.09%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DEC49D (or 0xDEC49D) is known color: Raffia. HEX triplet: DE, C4 and 9D. RGB value is (222,196,157). Sum of RGB (Red+Green+Blue) = 222+196+157=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49D is #213B62. Grayscale: #C7C7C7. Windows color (decimal): -2177891 or 10339550. OLE color: 10339550.

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

Color convert

RGB 222 196 157 -
CMYK 0 0.12 0.29 0.13
HSL 36º 0.5% 0.74% -
HSV(B) 36º 0.29% 0.87% -
XYZ 55.95 57.44 40.04 -
YUV 199.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 222 196 157 0 0.12 0.29 0.13 36 0.5 0.74
Hex DE C4 9D 0 C 1D D 24 32 4A
Octal 336 304 235 0 14 35 15 44 62 112
Binary 11011110 11000100 10011101 0 1100 11101 1101 100100 110010 1001010

Color Harmonies of #DEC49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC49D

Black with #DEC49D

Text Example


Text Example

White with #DEC49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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