#DEC5A4

Color #DEC5A4 Raffia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raffia #DEC5A4

Tints of Raffia #DEC5A4

Color information

#DEC5A4 (or 0xDEC5A4) is unknown color: approx Raffia. HEX triplet: DE, C5 and A4. RGB value is (222,197,164). Sum of RGB (Red+Green+Blue) = 222+197+164=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC5A4 is #213A5B. Grayscale: #C8C8C8. Windows color (decimal): -2177628 or 10798558. OLE color: 10798558.

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

Color convert

RGB222197164-
CMYK00.110.260.13
HSL34.14º46.77%75.69%-
HSV(B)34.14º26.13%87.06%-
XYZ56.7958.1443.35-
YUV200.71107.28143.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 164 (64.45% from 255) = 28.13%
R=38.08%
G=33.79%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219716400.110.260.1334.1446.7775.69
HexDEC5A40B1AD222f4c
Octal33630524401332154257114
Binary110111101100010110100100010111101011011000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5A4; }

 p { color: rgb(222,197,164); }

 H1.HeaderClassName
 {
   color: #DEC5A4;
 }
 .AnyTagClassName
 {
   color: #DEC5A4;
 }
</style>
background-color css

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

 a { background-color: rgb(222,197,164); }

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

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

 span { border-color: rgb(222,197,164); }

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