Shades of Tahuna Sands #DCCF9B
Tints of Tahuna Sands #DCCF9B
RGB
CMYK
RGB Variations
Color information
#DCCF9B (or 0xDCCF9B) is known color: Tahuna Sands. HEX triplet: DC, CF and 9B. RGB value is (220,207,155). Sum of RGB (Red+Green+Blue) = 220+207+155=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF9B is #233064. Grayscale: #CDCDCD. Windows color (decimal): -2306149 or 10211292. OLE color: 10211292.
HSL color Cylindrical-coordinate representation of color #DCCF9B: hue angle of 48º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCCF9B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 155 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.14 |
| HSL | 48º | 0.48% | 0.74% | - |
| HSV(B) | 48º | 0.3% | 0.86% | - |
| XYZ | 57.74 | 62.21 | 39.97 | - |
| YUV | 204.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 155 | 0 | 0.06 | 0.30 | 0.14 | 48 | 0.48 | 0.74 |
| Hex | DC | CF | 9B | 0 | 6 | 1E | E | 30 | 30 | 4A |
| Octal | 334 | 317 | 233 | 0 | 6 | 36 | 16 | 60 | 60 | 112 |
| Binary | 11011100 | 11001111 | 10011011 | 0 | 110 | 11110 | 1110 | 110000 | 110000 | 1001010 |
Color Harmonies of #DCCF9B
Complementary color
Monochromatic Colors of #DCCF9B
Black with #DCCF9B
Text Example
Text Example
White with #DCCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF9B; }
p { color: rgb(220,207,155); }
H1.HeaderClassName
{
color: #DCCF9B;
}
.AnyTagClassName
{
color: #DCCF9B;
}
</style>
background-color css
<style>
a { background-color: #DCCF9B; }
a { background-color: rgb(220,207,155); }
div.DivClassName
{
background-color: #DCCF9B;
}
.BgClassName
{
background-color: #DCCF9B;
}
</style>
border-color css
<style>
span { border-color: #DCCF9B; }
span { border-color: rgb(220,207,155); }
td.TdClassName
{
border-color: #DCCF9B;
}
.TagClassName
{
border-color: #DCCF9B;
}
</style>