Html Css Color HEX #DEC9A8 Raffia

📋 copy color: '#DEC9A8'

red 222 ◦ green 201 ◦ blue 168

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

Shades of Raffia #DEC9A8

Tints of Raffia #DEC9A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.43%

R = 37.56%
G = 34.01%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DEC9A8 (or 0xDEC9A8) is known color: Raffia. HEX triplet: DE, C9 and A8. RGB value is (222,201,168). Sum of RGB (Red+Green+Blue) = 222+201+168=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9A8 is #213657. Grayscale: #CBCBCB. Windows color (decimal): -2176600 or 11061726. OLE color: 11061726.

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

Color convert

RGB 222 201 168 -
CMYK 0 0.09 0.24 0.13
HSL 36.67º 0.45% 0.76% -
HSV(B) 36.67º 0.24% 0.87% -
XYZ 58.08 60.13 45.59 -
YUV 203.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 222 201 168 0 0.09 0.24 0.13 36.67 0.45 0.76
Hex DE C9 A8 0 9 18 D 25 2D 4C
Octal 336 311 250 0 11 30 15 45 55 114
Binary 11011110 11001001 10101000 0 1001 11000 1101 100101 101101 1001100

Color Harmonies of #DEC9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC9A8

Black with #DEC9A8

Text Example


Text Example

White with #DEC9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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