#DDD096

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

Shades of Tahuna Sands #DDD096

Tints of Tahuna Sands #DDD096

Color information

#DDD096 (or 0xDDD096) is unknown color: approx Tahuna Sands. HEX triplet: DD, D0 and 96. RGB value is (221,208,150). Sum of RGB (Red+Green+Blue) = 221+208+150=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD096 is #222F69. Grayscale: #CDCDCD. Windows color (decimal): -2240362 or 9883869. OLE color: 9883869.

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

Color convert

RGB221208150-
CMYK00.060.320.13
HSL49.01º51.08%72.75%-
HSV(B)49.01º32.13%86.67%-
XYZ57.8862.6937.9-
YUV205.2796.81139.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=38.17%
G=35.92%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120815000.060.320.1349.0151.0872.75
HexDDD0960620D313349
Octal3353202260640156163111
Binary110111011101000010010110011010000011011100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD096; }

 p { color: rgb(221,208,150); }

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

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

 a { background-color: rgb(221,208,150); }

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

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

 span { border-color: rgb(221,208,150); }

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