#DED194

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

Shades of Tahuna Sands #DED194

Tints of Tahuna Sands #DED194

Color information

#DED194 (or 0xDED194) is unknown color: approx Tahuna Sands. HEX triplet: DE, D1 and 94. RGB value is (222,209,148). Sum of RGB (Red+Green+Blue) = 222+209+148=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DED194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED194 is #212E6B. Grayscale: #CECECE. Windows color (decimal): -2174572 or 9753054. OLE color: 9753054.

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

Color convert

RGB222209148-
CMYK00.060.330.13
HSL49.46º52.86%72.55%-
HSV(B)49.46º33.33%87.06%-
XYZ58.2763.2737.16-
YUV205.9395.31139.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 148 (58.20% from 255) = 25.56%
R=38.34%
G=36.10%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220914800.060.330.1349.4652.8672.55
HexDED1940621D313549
Octal3363212240641156165111
Binary110111101101000110010100011010000111011100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED194; }

 p { color: rgb(222,209,148); }

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

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

 a { background-color: rgb(222,209,148); }

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

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

 span { border-color: rgb(222,209,148); }

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