#DED497

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

Shades of Tahuna Sands #DED497

Tints of Tahuna Sands #DED497

Color information

#DED497 (or 0xDED497) is unknown color: approx Tahuna Sands. HEX triplet: DE, D4 and 97. RGB value is (222,212,151). Sum of RGB (Red+Green+Blue) = 222+212+151=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED497 is #212B68. Grayscale: #D0D0D0. Windows color (decimal): -2173801 or 9950430. OLE color: 9950430.

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

Color convert

RGB222212151-
CMYK00.050.320.13
HSL51.55º51.82%73.14%-
HSV(B)51.55º31.98%87.06%-
XYZ59.2564.8538.67-
YUV208.0495.81137.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 151 (59.38% from 255) = 25.81%
R=37.95%
G=36.24%
B=25.81%

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
Decimal22221215100.050.320.1351.5551.8273.14
HexDED4970520D343449
Octal3363242270540156464111
Binary110111101101010010010111010110000011011101001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED497; }

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

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

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

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

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

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

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

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