#DEC984

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

Shades of Sandwisp #DEC984

Tints of Sandwisp #DEC984

Color information

#DEC984 (or 0xDEC984) is unknown color: approx Sandwisp. HEX triplet: DE, C9 and 84. RGB value is (222,201,132). Sum of RGB (Red+Green+Blue) = 222+201+132=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC984 is #21367B. Grayscale: #C7C7C7. Windows color (decimal): -2176636 or 8702430. OLE color: 8702430.

HSL color Cylindrical-coordinate representation of color #DEC984: hue angle of 46º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEC984 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222201132-
CMYK00.090.410.13
HSL46º57.69%69.41%-
HSV(B)46º40.54%87.06%-
XYZ55.1858.9730.3-
YUV199.4189.96144.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=40%
G=36.22%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220113200.090.410.134657.6969.41
HexDEC9840929D2e3a45
Octal33631120401151155672105
Binary1101111011001001100001000100110100111011011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC984; }

 p { color: rgb(222,201,132); }

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

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

 a { background-color: rgb(222,201,132); }

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

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

 span { border-color: rgb(222,201,132); }

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