#DDCD97

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

Shades of Tahuna Sands #DDCD97

Tints of Tahuna Sands #DDCD97

Color information

#DDCD97 (or 0xDDCD97) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and 97. RGB value is (221,205,151). Sum of RGB (Red+Green+Blue) = 221+205+151=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD97 is #223268. Grayscale: #CBCBCB. Windows color (decimal): -2241129 or 9948637. OLE color: 9948637.

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

Color convert

RGB221205151-
CMYK00.070.320.13
HSL46.29º50.72%72.94%-
HSV(B)46.29º31.67%86.67%-
XYZ57.2461.2738.09-
YUV203.6398.3140.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 151 (59.38% from 255) = 26.17%
R=38.30%
G=35.53%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120515100.070.320.1346.2950.7272.94
HexDDCD970720D2e3349
Octal3353152270740155663111
Binary110111011100110110010111011110000011011011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD97; }

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

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

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

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

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

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

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

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