#DEC29B

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

Shades of Raffia #DEC29B

Tints of Raffia #DEC29B

Color information

#DEC29B (or 0xDEC29B) is unknown color: approx Raffia. HEX triplet: DE, C2 and 9B. RGB value is (222,194,155). Sum of RGB (Red+Green+Blue) = 222+194+155=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC29B is #213D64. Grayscale: #C6C6C6. Windows color (decimal): -2178405 or 10207966. OLE color: 10207966.

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

Color convert

RGB222194155-
CMYK00.130.300.13
HSL34.93º50.38%73.92%-
HSV(B)34.93º30.18%87.06%-
XYZ55.3356.4839-
YUV197.93103.78145.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=38.88%
G=33.98%
B=27.15%

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
Decimal22219415500.130.300.1334.9350.3873.92
HexDEC29B0D1ED23324a
Octal33630223301536154362112
Binary110111101100001010011011011011111011011000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC29B; }

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

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

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

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

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

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

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

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