#DDCC9D

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

Shades of Tahuna Sands #DDCC9D

Tints of Tahuna Sands #DDCC9D

Color information

#DDCC9D (or 0xDDCC9D) is unknown color: approx Tahuna Sands. HEX triplet: DD, CC and 9D. RGB value is (221,204,157). Sum of RGB (Red+Green+Blue) = 221+204+157=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9D is #223362. Grayscale: #CBCBCB. Windows color (decimal): -2241379 or 10341597. OLE color: 10341597.

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

Color convert

RGB221204157-
CMYK00.080.290.13
HSL44.06º48.48%74.12%-
HSV(B)44.06º28.96%86.67%-
XYZ57.560.9940.64-
YUV203.72101.63140.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 157 (61.72% from 255) = 26.98%
R=37.97%
G=35.05%
B=26.98%

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
Decimal22120415700.080.290.1344.0648.4874.12
HexDDCC9D081DD2c304a
Octal33531423501035155460112
Binary110111011100110010011101010001110111011011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC9D; }

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

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

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

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

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

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

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

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