#DDCD91

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

Shades of Tahuna Sands #DDCD91

Tints of Tahuna Sands #DDCD91

Color information

#DDCD91 (or 0xDDCD91) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and 91. RGB value is (221,205,145). Sum of RGB (Red+Green+Blue) = 221+205+145=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD91 is #22326E. Grayscale: #CBCBCB. Windows color (decimal): -2241135 or 9555421. OLE color: 9555421.

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

Color convert

RGB221205145-
CMYK00.070.340.13
HSL47.37º52.78%71.76%-
HSV(B)47.37º34.39%86.67%-
XYZ56.7661.0835.59-
YUV202.9495.3140.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 145 (57.03% from 255) = 25.39%
R=38.70%
G=35.90%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120514500.070.340.1347.3752.7871.76
HexDDCD910722D2f3548
Octal3353152210742155765110
Binary110111011100110110010001011110001011011011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD91; }

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

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

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

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

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

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

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

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