#DDD195

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

Shades of Tahuna Sands #DDD195

Tints of Tahuna Sands #DDD195

Color information

#DDD195 (or 0xDDD195) is unknown color: approx Tahuna Sands. HEX triplet: DD, D1 and 95. RGB value is (221,209,149). Sum of RGB (Red+Green+Blue) = 221+209+149=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD195 is #222E6A. Grayscale: #CECECE. Windows color (decimal): -2240107 or 9818589. OLE color: 9818589.

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

Color convert

RGB221209149-
CMYK00.050.330.13
HSL50º51.43%72.55%-
HSV(B)50º32.58%86.67%-
XYZ58.0463.1437.56-
YUV205.7595.98138.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=38.17%
G=36.10%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120914900.050.330.135051.4372.55
HexDDD1950521D323349
Octal3353212250541156263111
Binary110111011101000110010101010110000111011100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD195; }

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

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

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

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

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

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

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

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