#DED495

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

Shades of Tahuna Sands #DED495

Tints of Tahuna Sands #DED495

Color information

#DED495 (or 0xDED495) is unknown color: approx Tahuna Sands. HEX triplet: DE, D4 and 95. RGB value is (222,212,149). Sum of RGB (Red+Green+Blue) = 222+212+149=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED495 is #212B6A. Grayscale: #D0D0D0. Windows color (decimal): -2173803 or 9819358. OLE color: 9819358.

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

Color convert

RGB222212149-
CMYK00.050.330.13
HSL51.78º52.52%72.75%-
HSV(B)51.78º32.88%87.06%-
XYZ59.0964.7937.82-
YUV207.8194.81138.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=38.08%
G=36.36%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221214900.050.330.1351.7852.5272.75
HexDED4950521D343549
Octal3363242250541156465111
Binary110111101101010010010101010110000111011101001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED495; }

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

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

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

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

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

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

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

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