#DEC39D

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

Shades of Raffia #DEC39D

Tints of Raffia #DEC39D

Color information

#DEC39D (or 0xDEC39D) is unknown color: approx Raffia. HEX triplet: DE, C3 and 9D. RGB value is (222,195,157). Sum of RGB (Red+Green+Blue) = 222+195+157=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC39D is #213C62. Grayscale: #C6C6C6. Windows color (decimal): -2178147 or 10339294. OLE color: 10339294.

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

Color convert

RGB222195157-
CMYK00.120.290.13
HSL35.08º49.62%74.31%-
HSV(B)35.08º29.28%87.06%-
XYZ55.7356.9939.96-
YUV198.74104.45144.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=38.68%
G=33.97%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219515700.120.290.1335.0849.6274.31
HexDEC39D0C1DD23324a
Octal33630323501435154362112
Binary110111101100001110011101011001110111011000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC39D; }

 p { color: rgb(222,195,157); }

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

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

 a { background-color: rgb(222,195,157); }

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

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

 span { border-color: rgb(222,195,157); }

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