#DDD496

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

Shades of Tahuna Sands #DDD496

Tints of Tahuna Sands #DDD496

Color information

#DDD496 (or 0xDDD496) is unknown color: approx Tahuna Sands. HEX triplet: DD, D4 and 96. RGB value is (221,212,150). Sum of RGB (Red+Green+Blue) = 221+212+150=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD496 is #222B69. Grayscale: #CFCFCF. Windows color (decimal): -2239338 or 9884893. OLE color: 9884893.

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

Color convert

RGB221212150-
CMYK00.040.320.13
HSL52.39º51.08%72.75%-
HSV(B)52.39º32.13%86.67%-
XYZ58.8764.6638.23-
YUV207.6295.48137.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=37.91%
G=36.36%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121215000.040.320.1352.3951.0872.75
HexDDD4960420D343349
Octal3353242260440156463111
Binary110111011101010010010110010010000011011101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD496; }

 p { color: rgb(221,212,150); }

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

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

 a { background-color: rgb(221,212,150); }

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

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

 span { border-color: rgb(221,212,150); }

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