#DCCC9F

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

Shades of Tahuna Sands #DCCC9F

Tints of Tahuna Sands #DCCC9F

Color information

#DCCC9F (or 0xDCCC9F) is unknown color: approx Tahuna Sands. HEX triplet: DC, CC and 9F. RGB value is (220,204,159). Sum of RGB (Red+Green+Blue) = 220+204+159=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC9F is #233360. Grayscale: #CBCBCB. Windows color (decimal): -2306913 or 10472668. OLE color: 10472668.

HSL color Cylindrical-coordinate representation of color #DCCC9F: hue angle of 44.26º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCCC9F is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220204159-
CMYK00.070.280.14
HSL44.26º46.56%74.31%-
HSV(B)44.26º27.73%86.27%-
XYZ57.3760.941.53-
YUV203.65102.8139.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=37.74%
G=34.99%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020415900.070.280.1444.2646.5674.31
HexDCCC9F071CE2c2f4a
Octal3343142370734165457112
Binary11011100110011001001111101111110011101011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC9F; }

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

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

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

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

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

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

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

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