#DDD097

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

Shades of Tahuna Sands #DDD097

Tints of Tahuna Sands #DDD097

Color information

#DDD097 (or 0xDDD097) is unknown color: approx Tahuna Sands. HEX triplet: DD, D0 and 97. RGB value is (221,208,151). Sum of RGB (Red+Green+Blue) = 221+208+151=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD097 is #222F68. Grayscale: #CDCDCD. Windows color (decimal): -2240361 or 9949405. OLE color: 9949405.

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

Color convert

RGB221208151-
CMYK00.060.320.13
HSL48.86º50.72%72.94%-
HSV(B)48.86º31.67%86.67%-
XYZ57.9662.7238.33-
YUV205.3997.31139.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=38.10%
G=35.86%
B=26.03%

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
Decimal22120815100.060.320.1348.8650.7272.94
HexDDD0970620D313349
Octal3353202270640156163111
Binary110111011101000010010111011010000011011100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD097; }

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

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

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

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

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

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

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

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