#DDD397

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

Shades of Tahuna Sands #DDD397

Tints of Tahuna Sands #DDD397

Color information

#DDD397 (or 0xDDD397) is unknown color: approx Tahuna Sands. HEX triplet: DD, D3 and 97. RGB value is (221,211,151). Sum of RGB (Red+Green+Blue) = 221+211+151=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD397 is #222C68. Grayscale: #CFCFCF. Windows color (decimal): -2239593 or 9950173. OLE color: 9950173.

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

Color convert

RGB221211151-
CMYK00.050.320.13
HSL51.43º50.72%72.94%-
HSV(B)51.43º31.67%86.67%-
XYZ58.764.238.58-
YUV207.1596.31137.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=37.91%
G=36.19%
B=25.90%

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
Decimal22121115100.050.320.1351.4350.7272.94
HexDDD3970520D333349
Octal3353232270540156363111
Binary110111011101001110010111010110000011011100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD397; }

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

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

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

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

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

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

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

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