#DED393

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

Shades of Tahuna Sands #DED393

Tints of Tahuna Sands #DED393

Color information

#DED393 (or 0xDED393) is unknown color: approx Tahuna Sands. HEX triplet: DE, D3 and 93. RGB value is (222,211,147). Sum of RGB (Red+Green+Blue) = 222+211+147=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED393 is #212C6C. Grayscale: #CFCFCF. Windows color (decimal): -2174061 or 9688030. OLE color: 9688030.

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

Color convert

RGB222211147-
CMYK00.050.340.13
HSL51.2º53.19%72.35%-
HSV(B)51.2º33.78%87.06%-
XYZ58.6864.2236.91-
YUV206.9994.14138.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 211 (82.81% from 255) = 36.38%
BLUE value IS 147 (57.81% from 255) = 25.34%
R=38.28%
G=36.38%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221114700.050.340.1351.253.1972.35
HexDED3930522D333548
Octal3363232230542156365110
Binary110111101101001110010011010110001011011100111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED393; }

 p { color: rgb(222,211,147); }

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

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

 a { background-color: rgb(222,211,147); }

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

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

 span { border-color: rgb(222,211,147); }

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