#DDD197

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

Shades of Tahuna Sands #DDD197

Tints of Tahuna Sands #DDD197

Color information

#DDD197 (or 0xDDD197) is unknown color: approx Tahuna Sands. HEX triplet: DD, D1 and 97. RGB value is (221,209,151). Sum of RGB (Red+Green+Blue) = 221+209+151=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD197 is #222E68. Grayscale: #CECECE. Windows color (decimal): -2240105 or 9949661. OLE color: 9949661.

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

Color convert

RGB221209151-
CMYK00.050.320.13
HSL49.71º50.72%72.94%-
HSV(B)49.71º31.67%86.67%-
XYZ58.2163.2138.41-
YUV205.9896.98138.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=38.04%
G=35.97%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120915100.050.320.1349.7150.7272.94
HexDDD1970520D323349
Octal3353212270540156263111
Binary110111011101000110010111010110000011011100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD197; }

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

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

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

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

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

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

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

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