Shades of Tahuna Sands #DCCA9B
Tints of Tahuna Sands #DCCA9B
RGB
CMYK
RGB Variations
Color information
#DCCA9B (or 0xDCCA9B) is known color: Tahuna Sands. HEX triplet: DC, CA and 9B. RGB value is (220,202,155). Sum of RGB (Red+Green+Blue) = 220+202+155=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA9B is #233564. Grayscale: #CACACA. Windows color (decimal): -2307429 or 10210012. OLE color: 10210012.
HSL color Cylindrical-coordinate representation of color #DCCA9B: hue angle of 43.38º 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 #DCCA9B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 155 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.14 |
| HSL | 43.38º | 0.48% | 0.74% | - |
| HSV(B) | 43.38º | 0.3% | 0.86% | - |
| XYZ | 56.55 | 59.82 | 39.58 | - |
| YUV | 202.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 155 | 0 | 0.08 | 0.30 | 0.14 | 43.38 | 0.48 | 0.74 |
| Hex | DC | CA | 9B | 0 | 8 | 1E | E | 2B | 30 | 4A |
| Octal | 334 | 312 | 233 | 0 | 10 | 36 | 16 | 53 | 60 | 112 |
| Binary | 11011100 | 11001010 | 10011011 | 0 | 1000 | 11110 | 1110 | 101011 | 110000 | 1001010 |
Color Harmonies of #DCCA9B
Complementary color
Monochromatic Colors of #DCCA9B
Black with #DCCA9B
Text Example
Text Example
White with #DCCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA9B; }
p { color: rgb(220,202,155); }
H1.HeaderClassName
{
color: #DCCA9B;
}
.AnyTagClassName
{
color: #DCCA9B;
}
</style>
background-color css
<style>
a { background-color: #DCCA9B; }
a { background-color: rgb(220,202,155); }
div.DivClassName
{
background-color: #DCCA9B;
}
.BgClassName
{
background-color: #DCCA9B;
}
</style>
border-color css
<style>
span { border-color: #DCCA9B; }
span { border-color: rgb(220,202,155); }
td.TdClassName
{
border-color: #DCCA9B;
}
.TagClassName
{
border-color: #DCCA9B;
}
</style>