Html Css Color HEX #DEC9A6 Raffia

📋 copy color: '#DEC9A6'

red 222 ◦ green 201 ◦ blue 166

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

Shades of Raffia #DEC9A6

Tints of Raffia #DEC9A6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.13%

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

R = 37.69%
G = 34.13%
B = 28.18%

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

#DEC9A6 (or 0xDEC9A6) is known color: Raffia. HEX triplet: DE, C9 and A6. RGB value is (222,201,166). Sum of RGB (Red+Green+Blue) = 222+201+166=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9A6 is #213659. Grayscale: #CBCBCB. Windows color (decimal): -2176602 or 10930654. OLE color: 10930654.

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

Color convert

RGB 222 201 166 -
CMYK 0 0.09 0.25 0.13
HSL 37.5º 0.46% 0.76% -
HSV(B) 37.5º 0.25% 0.87% -
XYZ 57.89 60.06 44.62 -
YUV 203.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 222 201 166 0 0.09 0.25 0.13 37.5 0.46 0.76
Hex DE C9 A6 0 9 19 D 26 2E 4C
Octal 336 311 246 0 11 31 15 46 56 114
Binary 11011110 11001001 10100110 0 1001 11001 1101 100110 101110 1001100

Color Harmonies of #DEC9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC9A6

Black with #DEC9A6

Text Example


Text Example

White with #DEC9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC9A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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