#DDD596

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

Shades of Tahuna Sands #DDD596

Tints of Tahuna Sands #DDD596

Color information

#DDD596 (or 0xDDD596) is unknown color: approx Tahuna Sands. HEX triplet: DD, D5 and 96. RGB value is (221,213,150). Sum of RGB (Red+Green+Blue) = 221+213+150=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD596 is #222A69. Grayscale: #D0D0D0. Windows color (decimal): -2239082 or 9885149. OLE color: 9885149.

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

Color convert

RGB221213150-
CMYK00.040.320.13
HSL53.24º51.08%72.75%-
HSV(B)53.24º32.13%86.67%-
XYZ59.1265.1638.32-
YUV208.2195.15137.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=37.84%
G=36.47%
B=25.68%

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
Decimal22121315000.040.320.1353.2451.0872.75
HexDDD5960420D353349
Octal3353252260440156563111
Binary110111011101010110010110010010000011011101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD596; }

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

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

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

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

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

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

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

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