#DEC985

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

Shades of Sandwisp #DEC985

Tints of Sandwisp #DEC985

Color information

#DEC985 (or 0xDEC985) is unknown color: approx Sandwisp. HEX triplet: DE, C9 and 85. RGB value is (222,201,133). Sum of RGB (Red+Green+Blue) = 222+201+133=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC985 is #21367A. Grayscale: #C7C7C7. Windows color (decimal): -2176635 or 8767966. OLE color: 8767966.

HSL color Cylindrical-coordinate representation of color #DEC985: hue angle of 45.84º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEC985 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222201133-
CMYK00.090.400.13
HSL45.84º57.42%69.61%-
HSV(B)45.84º40.09%87.06%-
XYZ55.245930.67-
YUV199.5390.46144.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=39.93%
G=36.15%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220113300.090.400.1345.8457.4269.61
HexDEC9850928D2e3946
Octal33631120501150155671106
Binary1101111011001001100001010100110100011011011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC985; }

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

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

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

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

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

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

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

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