#DDD59A

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

Shades of Tahuna Sands #DDD59A

Tints of Tahuna Sands #DDD59A

Color information

#DDD59A (or 0xDDD59A) is unknown color: approx Tahuna Sands. HEX triplet: DD, D5 and 9A. RGB value is (221,213,154). Sum of RGB (Red+Green+Blue) = 221+213+154=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59A is #222A65. Grayscale: #D0D0D0. Windows color (decimal): -2239078 or 10147293. OLE color: 10147293.

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

Color convert

RGB221213154-
CMYK00.040.300.13
HSL52.84º49.63%73.53%-
HSV(B)52.84º30.32%86.67%-
XYZ59.4565.2940.04-
YUV208.6797.15136.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=37.59%
G=36.22%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121315400.040.300.1352.8449.6373.53
HexDDD59A041ED35324a
Octal3353252320436156562112
Binary11011101110101011001101001001111011011101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD59A; }

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

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

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

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

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

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

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

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