#DECD7C

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

Shades of Sandwisp #DECD7C

Tints of Sandwisp #DECD7C

Color information

#DECD7C (or 0xDECD7C) is unknown color: approx Sandwisp. HEX triplet: DE, CD and 7C. RGB value is (222,205,124). Sum of RGB (Red+Green+Blue) = 222+205+124=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD7C is #213283. Grayscale: #C9C9C9. Windows color (decimal): -2175620 or 8179166. OLE color: 8179166.

HSL color Cylindrical-coordinate representation of color #DECD7C: hue angle of 49.59º 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 #DECD7C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222205124-
CMYK00.080.440.13
HSL49.59º59.76%67.84%-
HSV(B)49.59º44.14%87.06%-
XYZ55.5960.6527.84-
YUV200.8584.63143.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 124 (48.83% from 255) = 22.50%
R=40.29%
G=37.21%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220512400.080.440.1349.5959.7667.84
HexDECD7C082CD323c44
Octal33631517401054156274104
Binary110111101100110111111000100010110011011100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD7C; }

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

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

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

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

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

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

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

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