Html Css Color HEX #DECAA6 Raffia

📋 copy color: '#DECAA6'

red 222 ◦ green 202 ◦ blue 166

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

Shades of Raffia #DECAA6

Tints of Raffia #DECAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.24%

 BLUE value IS 166 (65.23% from 255) = 28.14%

R = 37.63%
G = 34.24%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DECAA6 (or 0xDECAA6) is known color: Raffia. HEX triplet: DE, CA and A6. RGB value is (222,202,166). Sum of RGB (Red+Green+Blue) = 222+202+166=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA6 is #213559. Grayscale: #CCCCCC. Windows color (decimal): -2176346 or 10930910. OLE color: 10930910.

HSL color Cylindrical-coordinate representation of color #DECAA6: hue angle of 38.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DECAA6 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 202 166 -
CMYK 0 0.09 0.25 0.13
HSL 38.57º 0.46% 0.76% -
HSV(B) 38.57º 0.25% 0.87% -
XYZ 58.13 60.52 44.7 -
YUV 203.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 222 202 166 0 0.09 0.25 0.13 38.57 0.46 0.76
Hex DE CA A6 0 9 19 D 27 2E 4C
Octal 336 312 246 0 11 31 15 47 56 114
Binary 11011110 11001010 10100110 0 1001 11001 1101 100111 101110 1001100

Color Harmonies of #DECAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECAA6

Black with #DECAA6

Text Example


Text Example

White with #DECAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECAA6; }

 p { color: rgb(222,202,166); }

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

background-color css

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

 a { background-color: rgb(222,202,166); }

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

border-color css

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

 span { border-color: rgb(222,202,166); }

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