Html Css Color HEX #DEC2A1 Raffia

📋 copy color: '#DEC2A1'

red 222 ◦ green 194 ◦ blue 161

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

Shades of Raffia #DEC2A1

Tints of Raffia #DEC2A1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.62%

 BLUE value IS 161 (63.28% from 255) = 27.9%

R = 38.47%
G = 33.62%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DEC2A1 (or 0xDEC2A1) is known color: Raffia. HEX triplet: DE, C2 and A1. RGB value is (222,194,161). Sum of RGB (Red+Green+Blue) = 222+194+161=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC2A1 is #213D5E. Grayscale: #C6C6C6. Windows color (decimal): -2178399 or 10601182. OLE color: 10601182.

HSL color Cylindrical-coordinate representation of color #DEC2A1: hue angle of 32.46º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEC2A1 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 194 161 -
CMYK 0 0.13 0.27 0.13
HSL 32.46º 0.48% 0.75% -
HSV(B) 32.46º 0.27% 0.87% -
XYZ 55.85 56.69 41.72 -
YUV 198.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 222 194 161 0 0.13 0.27 0.13 32.46 0.48 0.75
Hex DE C2 A1 0 D 1B D 20 30 4B
Octal 336 302 241 0 15 33 15 40 60 113
Binary 11011110 11000010 10100001 0 1101 11011 1101 100000 110000 1001011

Color Harmonies of #DEC2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2A1

Black with #DEC2A1

Text Example


Text Example

White with #DEC2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2A1; }

 p { color: rgb(222,194,161); }

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

background-color css

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

 a { background-color: rgb(222,194,161); }

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

border-color css

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

 span { border-color: rgb(222,194,161); }

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