#DED298

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

Shades of Tahuna Sands #DED298

Tints of Tahuna Sands #DED298

Color information

#DED298 (or 0xDED298) is unknown color: approx Tahuna Sands. HEX triplet: DE, D2 and 98. RGB value is (222,210,152). Sum of RGB (Red+Green+Blue) = 222+210+152=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DED298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED298 is #212D67. Grayscale: #CFCFCF. Windows color (decimal): -2174312 or 10015454. OLE color: 10015454.

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

Color convert

RGB222210152-
CMYK00.050.320.13
HSL49.71º51.47%73.33%-
HSV(B)49.71º31.53%87.06%-
XYZ58.8463.8938.94-
YUV206.9896.98138.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 152 (59.77% from 255) = 26.03%
R=38.01%
G=35.96%
B=26.03%

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
Decimal22221015200.050.320.1349.7151.4773.33
HexDED2980520D323349
Octal3363222300540156263111
Binary110111101101001010011000010110000011011100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED298; }

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

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

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

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

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

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

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

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