#DED49B

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

Shades of Tahuna Sands #DED49B

Tints of Tahuna Sands #DED49B

Color information

#DED49B (or 0xDED49B) is unknown color: approx Tahuna Sands. HEX triplet: DE, D4 and 9B. RGB value is (222,212,155). Sum of RGB (Red+Green+Blue) = 222+212+155=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DED49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED49B is #212B64. Grayscale: #D0D0D0. Windows color (decimal): -2173797 or 10212574. OLE color: 10212574.

HSL color Cylindrical-coordinate representation of color #DED49B: hue angle of 51.04º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DED49B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222212155-
CMYK00.050.300.13
HSL51.04º50.38%73.92%-
HSV(B)51.04º30.18%87.06%-
XYZ59.5864.9840.41-
YUV208.4997.81137.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 155 (60.94% from 255) = 26.32%
R=37.69%
G=35.99%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221215500.050.300.1351.0450.3873.92
HexDED49B051ED33324a
Octal3363242330536156362112
Binary11011110110101001001101101011111011011100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED49B; }

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

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

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

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

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

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

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

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