#DDCD9B

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

Shades of Tahuna Sands #DDCD9B

Tints of Tahuna Sands #DDCD9B

Color information

#DDCD9B (or 0xDDCD9B) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and 9B. RGB value is (221,205,155). Sum of RGB (Red+Green+Blue) = 221+205+155=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD9B is #223264. Grayscale: #CCCCCC. Windows color (decimal): -2241125 or 10210781. OLE color: 10210781.

HSL color Cylindrical-coordinate representation of color #DDCD9B: hue angle of 45.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDCD9B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221205155-
CMYK00.070.300.13
HSL45.45º49.25%73.73%-
HSV(B)45.45º29.86%86.67%-
XYZ57.5761.439.83-
YUV204.08100.3140.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=38.04%
G=35.28%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120515500.070.300.1345.4549.2573.73
HexDDCD9B071ED2d314a
Octal3353152330736155561112
Binary11011101110011011001101101111111011011011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD9B; }

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

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

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

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

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

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

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

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