#DEC19B

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

Shades of Raffia #DEC19B

Tints of Raffia #DEC19B

Color information

#DEC19B (or 0xDEC19B) is unknown color: approx Raffia. HEX triplet: DE, C1 and 9B. RGB value is (222,193,155). Sum of RGB (Red+Green+Blue) = 222+193+155=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC19B is #213E64. Grayscale: #C5C5C5. Windows color (decimal): -2178661 or 10207710. OLE color: 10207710.

HSL color Cylindrical-coordinate representation of color #DEC19B: hue angle of 34.03º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEC19B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222193155-
CMYK00.130.300.13
HSL34.03º50.38%73.92%-
HSV(B)34.03º30.18%87.06%-
XYZ55.1156.0438.92-
YUV197.34104.11145.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 155 (60.94% from 255) = 27.19%
R=38.95%
G=33.86%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219315500.130.300.1334.0350.3873.92
HexDEC19B0D1ED22324a
Octal33630123301536154262112
Binary110111101100000110011011011011111011011000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC19B; }

 p { color: rgb(222,193,155); }

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

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

 a { background-color: rgb(222,193,155); }

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

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

 span { border-color: rgb(222,193,155); }

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