Shades of Tahuna Sands #DCCC9F
Tints of Tahuna Sands #DCCC9F
RGB
CMYK
RGB Variations
Color information
#DCCC9F (or 0xDCCC9F) is known color: 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
| RGB | 220 | 204 | 159 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.14 |
| HSL | 44.26º | 0.47% | 0.74% | - |
| HSV(B) | 44.26º | 0.28% | 0.86% | - |
| XYZ | 57.37 | 60.9 | 41.53 | - |
| YUV | 203.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 159 | 0 | 0.07 | 0.28 | 0.14 | 44.26 | 0.47 | 0.74 |
| Hex | DC | CC | 9F | 0 | 7 | 1C | E | 2C | 2F | 4A |
| Octal | 334 | 314 | 237 | 0 | 7 | 34 | 16 | 54 | 57 | 112 |
| Binary | 11011100 | 11001100 | 10011111 | 0 | 111 | 11100 | 1110 | 101100 | 101111 | 1001010 |
Color Harmonies of #DCCC9F
Complementary color
Monochromatic Colors of #DCCC9F
Black with #DCCC9F
Text Example
Text Example
White with #DCCC9F
Text Example
Text Example
HTML Codes & Css Web 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>