#DEC69A

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

Shades of Raffia #DEC69A

Tints of Raffia #DEC69A

Color information

#DEC69A (or 0xDEC69A) is unknown color: approx Raffia. HEX triplet: DE, C6 and 9A. RGB value is (222,198,154). Sum of RGB (Red+Green+Blue) = 222+198+154=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC69A is #213965. Grayscale: #C8C8C8. Windows color (decimal): -2177382 or 10143454. OLE color: 10143454.

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

Color convert

RGB222198154-
CMYK00.110.310.13
HSL38.82º50.75%73.73%-
HSV(B)38.82º30.63%87.06%-
XYZ56.1558.2538.86-
YUV200.16101.95143.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=38.68%
G=34.49%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219815400.110.310.1338.8250.7573.73
HexDEC69A0B1FD27334a
Octal33630623201337154763112
Binary110111101100011010011010010111111111011001111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC69A; }

 p { color: rgb(222,198,154); }

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

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

 a { background-color: rgb(222,198,154); }

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

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

 span { border-color: rgb(222,198,154); }

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