#DDD495

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

Shades of Tahuna Sands #DDD495

Tints of Tahuna Sands #DDD495

Color information

#DDD495 (or 0xDDD495) is unknown color: approx Tahuna Sands. HEX triplet: DD, D4 and 95. RGB value is (221,212,149). Sum of RGB (Red+Green+Blue) = 221+212+149=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD495 is #222B6A. Grayscale: #CFCFCF. Windows color (decimal): -2239339 or 9819357. OLE color: 9819357.

HSL color Cylindrical-coordinate representation of color #DDD495: hue angle of 52.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD495 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221212149-
CMYK00.040.330.13
HSL52.5º51.43%72.55%-
HSV(B)52.5º32.58%86.67%-
XYZ58.7964.6337.81-
YUV207.5194.98137.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 149 (58.59% from 255) = 25.60%
R=37.97%
G=36.43%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121214900.040.330.1352.551.4372.55
HexDDD4950421D343349
Octal3353242250441156463111
Binary110111011101010010010101010010000111011101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD495; }

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

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

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

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

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

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

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

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