#DDD29C

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

Shades of Tahuna Sands #DDD29C

Tints of Tahuna Sands #DDD29C

Color information

#DDD29C (or 0xDDD29C) is unknown color: approx Tahuna Sands. HEX triplet: DD, D2 and 9C. RGB value is (221,210,156). Sum of RGB (Red+Green+Blue) = 221+210+156=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29C is #222D63. Grayscale: #CFCFCF. Windows color (decimal): -2239844 or 10277597. OLE color: 10277597.

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

Color convert

RGB221210156-
CMYK00.050.290.13
HSL49.85º48.87%73.92%-
HSV(B)49.85º29.41%86.67%-
XYZ58.8763.8740.68-
YUV207.1399.14137.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 210 (82.42% from 255) = 35.78%
BLUE value IS 156 (61.33% from 255) = 26.58%
R=37.65%
G=35.78%
B=26.58%

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
Decimal22121015600.050.290.1349.8548.8773.92
HexDDD29C051DD32314a
Octal3353222340535156261112
Binary11011101110100101001110001011110111011100101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD29C; }

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

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

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

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

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

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

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

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