Html Css Color HEX #DEC8A6 Raffia

📋 copy color: '#DEC8A6'

red 222 ◦ green 200 ◦ blue 166

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

Shades of Raffia #DEC8A6

Tints of Raffia #DEC8A6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.01%

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

R = 37.76%
G = 34.01%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DEC8A6 (or 0xDEC8A6) is known color: Raffia. HEX triplet: DE, C8 and A6. RGB value is (222,200,166). Sum of RGB (Red+Green+Blue) = 222+200+166=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC8A6 is #213759. Grayscale: #CACACA. Windows color (decimal): -2176858 or 10930398. OLE color: 10930398.

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

Color convert

RGB 222 200 166 -
CMYK 0 0.10 0.25 0.13
HSL 36.43º 0.46% 0.76% -
HSV(B) 36.43º 0.25% 0.87% -
XYZ 57.66 59.59 44.54 -
YUV 202.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 222 200 166 0 0.10 0.25 0.13 36.43 0.46 0.76
Hex DE C8 A6 0 A 19 D 24 2E 4C
Octal 336 310 246 0 12 31 15 44 56 114
Binary 11011110 11001000 10100110 0 1010 11001 1101 100100 101110 1001100

Color Harmonies of #DEC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC8A6

Black with #DEC8A6

Text Example


Text Example

White with #DEC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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