Shades of Tahuna Sands #DCCE9F
Tints of Tahuna Sands #DCCE9F
RGB
CMYK
RGB Variations
Color information
#DCCE9F (or 0xDCCE9F) is known color: Tahuna Sands. HEX triplet: DC, CE and 9F. RGB value is (220,206,159). Sum of RGB (Red+Green+Blue) = 220+206+159=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE9F is #233160. Grayscale: #CDCDCD. Windows color (decimal): -2306401 or 10473180. OLE color: 10473180.
HSL color Cylindrical-coordinate representation of color #DCCE9F: hue angle of 46.23º 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 #DCCE9F is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 159 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.14 |
| HSL | 46.23º | 0.47% | 0.74% | - |
| HSV(B) | 46.23º | 0.28% | 0.86% | - |
| XYZ | 57.84 | 61.86 | 41.69 | - |
| YUV | 204.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 159 | 0 | 0.06 | 0.28 | 0.14 | 46.23 | 0.47 | 0.74 |
| Hex | DC | CE | 9F | 0 | 6 | 1C | E | 2E | 2F | 4A |
| Octal | 334 | 316 | 237 | 0 | 6 | 34 | 16 | 56 | 57 | 112 |
| Binary | 11011100 | 11001110 | 10011111 | 0 | 110 | 11100 | 1110 | 101110 | 101111 | 1001010 |
Color Harmonies of #DCCE9F
Complementary color
Monochromatic Colors of #DCCE9F
Black with #DCCE9F
Text Example
Text Example
White with #DCCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE9F; }
p { color: rgb(220,206,159); }
H1.HeaderClassName
{
color: #DCCE9F;
}
.AnyTagClassName
{
color: #DCCE9F;
}
</style>
background-color css
<style>
a { background-color: #DCCE9F; }
a { background-color: rgb(220,206,159); }
div.DivClassName
{
background-color: #DCCE9F;
}
.BgClassName
{
background-color: #DCCE9F;
}
</style>
border-color css
<style>
span { border-color: #DCCE9F; }
span { border-color: rgb(220,206,159); }
td.TdClassName
{
border-color: #DCCE9F;
}
.TagClassName
{
border-color: #DCCE9F;
}
</style>