#DED496

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

Shades of Tahuna Sands #DED496

Tints of Tahuna Sands #DED496

Color information

#DED496 (or 0xDED496) is unknown color: approx Tahuna Sands. HEX triplet: DE, D4 and 96. RGB value is (222,212,150). Sum of RGB (Red+Green+Blue) = 222+212+150=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DED496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED496 is #212B69. Grayscale: #D0D0D0. Windows color (decimal): -2173802 or 9884894. OLE color: 9884894.

HSL color Cylindrical-coordinate representation of color #DED496: hue angle of 51.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DED496 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222212150-
CMYK00.050.320.13
HSL51.67º52.17%72.94%-
HSV(B)51.67º32.43%87.06%-
XYZ59.1764.8238.25-
YUV207.9295.31138.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=38.01%
G=36.30%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221215000.050.320.1351.6752.1772.94
HexDED4960520D343449
Octal3363242260540156464111
Binary110111101101010010010110010110000011011101001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED496; }

 p { color: rgb(222,212,150); }

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

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

 a { background-color: rgb(222,212,150); }

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

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

 span { border-color: rgb(222,212,150); }

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