#DDCD9F

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

Shades of Tahuna Sands #DDCD9F

Tints of Tahuna Sands #DDCD9F

Color information

#DDCD9F (or 0xDDCD9F) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and 9F. RGB value is (221,205,159). Sum of RGB (Red+Green+Blue) = 221+205+159=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD9F is #223260. Grayscale: #CCCCCC. Windows color (decimal): -2241121 or 10472925. OLE color: 10472925.

HSL color Cylindrical-coordinate representation of color #DDCD9F: hue angle of 44.52º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDCD9F is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221205159-
CMYK00.070.280.13
HSL44.52º47.69%74.51%-
HSV(B)44.52º28.05%86.67%-
XYZ57.9161.5441.63-
YUV204.54102.3139.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=37.78%
G=35.04%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120515900.070.280.1344.5247.6974.51
HexDDCD9F071CD2d304b
Octal3353152370734155560113
Binary11011101110011011001111101111110011011011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD9F; }

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

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

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

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

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

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

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

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