#DECE7C

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

Shades of Sandwisp #DECE7C

Tints of Sandwisp #DECE7C

Color information

#DECE7C (or 0xDECE7C) is unknown color: approx Sandwisp. HEX triplet: DE, CE and 7C. RGB value is (222,206,124). Sum of RGB (Red+Green+Blue) = 222+206+124=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE7C is #213183. Grayscale: #C9C9C9. Windows color (decimal): -2175364 or 8179422. OLE color: 8179422.

HSL color Cylindrical-coordinate representation of color #DECE7C: hue angle of 50.2º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DECE7C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222206124-
CMYK00.070.440.13
HSL50.2º59.76%67.84%-
HSV(B)50.2º44.14%87.06%-
XYZ55.8361.1327.92-
YUV201.4484.3142.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=40.22%
G=37.32%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220612400.070.440.1350.259.7667.84
HexDECE7C072CD323c44
Octal3363161740754156274104
Binary11011110110011101111100011110110011011100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE7C; }

 p { color: rgb(222,206,124); }

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

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

 a { background-color: rgb(222,206,124); }

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

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

 span { border-color: rgb(222,206,124); }

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