#DDD29A

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

Shades of Tahuna Sands #DDD29A

Tints of Tahuna Sands #DDD29A

Color information

#DDD29A (or 0xDDD29A) is unknown color: approx Tahuna Sands. HEX triplet: DD, D2 and 9A. RGB value is (221,210,154). Sum of RGB (Red+Green+Blue) = 221+210+154=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29A is #222D65. Grayscale: #CFCFCF. Windows color (decimal): -2239846 or 10146525. OLE color: 10146525.

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

Color convert

RGB221210154-
CMYK00.050.300.13
HSL50.15º49.63%73.53%-
HSV(B)50.15º30.32%86.67%-
XYZ58.763.839.79-
YUV206.998.14138.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=37.78%
G=35.90%
B=26.32%

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
Decimal22121015400.050.300.1350.1549.6373.53
HexDDD29A051ED32324a
Octal3353222320536156262112
Binary11011101110100101001101001011111011011100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD29A; }

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

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

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

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

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

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

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

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