#DDCC9E

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

Shades of Tahuna Sands #DDCC9E

Tints of Tahuna Sands #DDCC9E

Color information

#DDCC9E (or 0xDDCC9E) is unknown color: approx Tahuna Sands. HEX triplet: DD, CC and 9E. RGB value is (221,204,158). Sum of RGB (Red+Green+Blue) = 221+204+158=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9E is #223361. Grayscale: #CCCCCC. Windows color (decimal): -2241378 or 10407133. OLE color: 10407133.

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

Color convert

RGB221204158-
CMYK00.080.290.13
HSL43.81º48.09%74.31%-
HSV(B)43.81º28.51%86.67%-
XYZ57.5861.0341.09-
YUV203.84102.13140.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=37.91%
G=34.99%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120415800.080.290.1343.8148.0974.31
HexDDCC9E081DD2c304a
Octal33531423601035155460112
Binary110111011100110010011110010001110111011011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC9E; }

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

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

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

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

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

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

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

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