#DDD29D

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

Shades of Tahuna Sands #DDD29D

Tints of Tahuna Sands #DDD29D

Color information

#DDD29D (or 0xDDD29D) is unknown color: approx Tahuna Sands. HEX triplet: DD, D2 and 9D. RGB value is (221,210,157). Sum of RGB (Red+Green+Blue) = 221+210+157=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29D is #222D62. Grayscale: #CFCFCF. Windows color (decimal): -2239843 or 10343133. OLE color: 10343133.

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

Color convert

RGB221210157-
CMYK00.050.290.13
HSL49.69º48.48%74.12%-
HSV(B)49.69º28.96%86.67%-
XYZ58.9563.941.13-
YUV207.2599.64137.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 210 (82.42% from 255) = 35.71%
BLUE value IS 157 (61.72% from 255) = 26.70%
R=37.59%
G=35.71%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121015700.050.290.1349.6948.4874.12
HexDDD29D051DD32304a
Octal3353222350535156260112
Binary11011101110100101001110101011110111011100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD29D; }

 p { color: rgb(221,210,157); }

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

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

 a { background-color: rgb(221,210,157); }

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

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

 span { border-color: rgb(221,210,157); }

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