#DDD59B

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

Shades of Tahuna Sands #DDD59B

Tints of Tahuna Sands #DDD59B

Color information

#DDD59B (or 0xDDD59B) is unknown color: approx Tahuna Sands. HEX triplet: DD, D5 and 9B. RGB value is (221,213,155). Sum of RGB (Red+Green+Blue) = 221+213+155=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59B is #222A64. Grayscale: #D1D1D1. Windows color (decimal): -2239077 or 10212829. OLE color: 10212829.

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

Color convert

RGB221213155-
CMYK00.040.300.13
HSL52.73º49.25%73.73%-
HSV(B)52.73º29.86%86.67%-
XYZ59.5365.3340.48-
YUV208.7897.65136.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 155 (60.94% from 255) = 26.32%
R=37.52%
G=36.16%
B=26.32%

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
Decimal22121315500.040.300.1352.7349.2573.73
HexDDD59B041ED35314a
Octal3353252330436156561112
Binary11011101110101011001101101001111011011101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD59B; }

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

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

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

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

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

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

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

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