#DDD29B

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

Shades of Tahuna Sands #DDD29B

Tints of Tahuna Sands #DDD29B

Color information

#DDD29B (or 0xDDD29B) is unknown color: approx Tahuna Sands. HEX triplet: DD, D2 and 9B. RGB value is (221,210,155). Sum of RGB (Red+Green+Blue) = 221+210+155=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29B is #222D64. Grayscale: #CFCFCF. Windows color (decimal): -2239845 or 10212061. OLE color: 10212061.

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

Color convert

RGB221210155-
CMYK00.050.300.13
HSL50º49.25%73.73%-
HSV(B)50º29.86%86.67%-
XYZ58.7863.8340.23-
YUV207.0298.64137.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 210 (82.42% from 255) = 35.84%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=37.71%
G=35.84%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121015500.050.300.135049.2573.73
HexDDD29B051ED32314a
Octal3353222330536156261112
Binary11011101110100101001101101011111011011100101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD29B; }

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

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

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

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

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

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

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

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