#DDD393

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

Shades of Tahuna Sands #DDD393

Tints of Tahuna Sands #DDD393

Color information

#DDD393 (or 0xDDD393) is unknown color: approx Tahuna Sands. HEX triplet: DD, D3 and 93. RGB value is (221,211,147). Sum of RGB (Red+Green+Blue) = 221+211+147=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD393 is #222C6C. Grayscale: #CECECE. Windows color (decimal): -2239597 or 9688029. OLE color: 9688029.

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

Color convert

RGB221211147-
CMYK00.050.330.13
HSL51.89º52.11%72.16%-
HSV(B)51.89º33.48%86.67%-
XYZ58.3864.0736.89-
YUV206.6994.31138.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 211 (82.81% from 255) = 36.44%
BLUE value IS 147 (57.81% from 255) = 25.39%
R=38.17%
G=36.44%
B=25.39%

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
Decimal22121114700.050.330.1351.8952.1172.16
HexDDD3930521D343448
Octal3353232230541156464110
Binary110111011101001110010011010110000111011101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD393; }

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

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

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

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

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

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

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

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