Shades of Tahuna Sands #DCCF9A
Tints of Tahuna Sands #DCCF9A
RGB
CMYK
RGB Variations
Color information
#DCCF9A (or 0xDCCF9A) is known color: Tahuna Sands. HEX triplet: DC, CF and 9A. RGB value is (220,207,154). Sum of RGB (Red+Green+Blue) = 220+207+154=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF9A is #233065. Grayscale: #CDCDCD. Windows color (decimal): -2306150 or 10145756. OLE color: 10145756.
HSL color Cylindrical-coordinate representation of color #DCCF9A: hue angle of 48.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCCF9A is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 154 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.14 |
| HSL | 48.18º | 0.49% | 0.73% | - |
| HSV(B) | 48.18º | 0.3% | 0.86% | - |
| XYZ | 57.66 | 62.17 | 39.53 | - |
| YUV | 204.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 154 | 0 | 0.06 | 0.3 | 0.14 | 48.18 | 0.49 | 0.73 |
| Hex | DC | CF | 9A | 0 | 6 | 1E | E | 30 | 31 | 49 |
| Octal | 334 | 317 | 232 | 0 | 6 | 36 | 16 | 60 | 61 | 111 |
| Binary | 11011100 | 11001111 | 10011010 | 0 | 110 | 11110 | 1110 | 110000 | 110001 | 1001001 |
Color Harmonies of #DCCF9A
Complementary color
Monochromatic Colors of #DCCF9A
Black with #DCCF9A
Text Example
Text Example
White with #DCCF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF9A; }
p { color: rgb(220,207,154); }
H1.HeaderClassName
{
color: #DCCF9A;
}
.AnyTagClassName
{
color: #DCCF9A;
}
</style>
background-color css
<style>
a { background-color: #DCCF9A; }
a { background-color: rgb(220,207,154); }
div.DivClassName
{
background-color: #DCCF9A;
}
.BgClassName
{
background-color: #DCCF9A;
}
</style>
border-color css
<style>
span { border-color: #DCCF9A; }
span { border-color: rgb(220,207,154); }
td.TdClassName
{
border-color: #DCCF9A;
}
.TagClassName
{
border-color: #DCCF9A;
}
</style>