#DDCC9F

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

Shades of Tahuna Sands #DDCC9F

Tints of Tahuna Sands #DDCC9F

Color information

#DDCC9F (or 0xDDCC9F) is unknown color: approx Tahuna Sands. HEX triplet: DD, CC and 9F. RGB value is (221,204,159). Sum of RGB (Red+Green+Blue) = 221+204+159=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9F is #223360. Grayscale: #CCCCCC. Windows color (decimal): -2241377 or 10472669. OLE color: 10472669.

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

Color convert

RGB221204159-
CMYK00.080.280.13
HSL43.55º47.69%74.51%-
HSV(B)43.55º28.05%86.67%-
XYZ57.6761.0641.55-
YUV203.95102.63140.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=37.84%
G=34.93%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120415900.080.280.1343.5547.6974.51
HexDDCC9F081CD2c304b
Octal33531423701034155460113
Binary110111011100110010011111010001110011011011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC9F; }

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

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

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

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

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

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

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

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