#DED198

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

Shades of Tahuna Sands #DED198

Tints of Tahuna Sands #DED198

Color information

#DED198 (or 0xDED198) is unknown color: approx Tahuna Sands. HEX triplet: DE, D1 and 98. RGB value is (222,209,152). Sum of RGB (Red+Green+Blue) = 222+209+152=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED198 is #212E67. Grayscale: #CECECE. Windows color (decimal): -2174568 or 10015198. OLE color: 10015198.

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

Color convert

RGB222209152-
CMYK00.060.320.13
HSL48.86º51.47%73.33%-
HSV(B)48.86º31.53%87.06%-
XYZ58.5963.438.85-
YUV206.3997.31139.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 152 (59.77% from 255) = 26.07%
R=38.08%
G=35.85%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220915200.060.320.1348.8651.4773.33
HexDED1980620D313349
Octal3363212300640156163111
Binary110111101101000110011000011010000011011100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED198; }

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

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

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

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

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

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

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

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