#DDD49D

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

Shades of Tahuna Sands #DDD49D

Tints of Tahuna Sands #DDD49D

Color information

#DDD49D (or 0xDDD49D) is unknown color: approx Tahuna Sands. HEX triplet: DD, D4 and 9D. RGB value is (221,212,157). Sum of RGB (Red+Green+Blue) = 221+212+157=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD49D is #222B62. Grayscale: #D0D0D0. Windows color (decimal): -2239331 or 10343645. OLE color: 10343645.

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

Color convert

RGB221212157-
CMYK00.040.290.13
HSL51.56º48.48%74.12%-
HSV(B)51.56º28.96%86.67%-
XYZ59.4564.8941.29-
YUV208.4298.98136.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 212 (83.20% from 255) = 35.93%
BLUE value IS 157 (61.72% from 255) = 26.61%
R=37.46%
G=35.93%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121215700.040.290.1351.5648.4874.12
HexDDD49D041DD34304a
Octal3353242350435156460112
Binary11011101110101001001110101001110111011101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD49D; }

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

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

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

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

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

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

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

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