Shades of Tahuna Sands #DCC893
Tints of Tahuna Sands #DCC893
RGB
CMYK
RGB Variations
Color information
#DCC893 (or 0xDCC893) is known color: Tahuna Sands. HEX triplet: DC, C8 and 93. RGB value is (220,200,147). Sum of RGB (Red+Green+Blue) = 220+200+147=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC893 is #23376C. Grayscale: #C8C8C8. Windows color (decimal): -2307949 or 9685212. OLE color: 9685212.
HSL color Cylindrical-coordinate representation of color #DCC893: hue angle of 43.56º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC893 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 147 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.14 |
| HSL | 43.56º | 0.51% | 0.72% | - |
| HSV(B) | 43.56º | 0.33% | 0.86% | - |
| XYZ | 55.44 | 58.63 | 36 | - |
| YUV | 199.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 147 | 0 | 0.09 | 0.33 | 0.14 | 43.56 | 0.51 | 0.72 |
| Hex | DC | C8 | 93 | 0 | 9 | 21 | E | 2C | 33 | 48 |
| Octal | 334 | 310 | 223 | 0 | 11 | 41 | 16 | 54 | 63 | 110 |
| Binary | 11011100 | 11001000 | 10010011 | 0 | 1001 | 100001 | 1110 | 101100 | 110011 | 1001000 |
Color Harmonies of #DCC893
Complementary color
Monochromatic Colors of #DCC893
Black with #DCC893
Text Example
Text Example
White with #DCC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC893; }
p { color: rgb(220,200,147); }
H1.HeaderClassName
{
color: #DCC893;
}
.AnyTagClassName
{
color: #DCC893;
}
</style>
background-color css
<style>
a { background-color: #DCC893; }
a { background-color: rgb(220,200,147); }
div.DivClassName
{
background-color: #DCC893;
}
.BgClassName
{
background-color: #DCC893;
}
</style>
border-color css
<style>
span { border-color: #DCC893; }
span { border-color: rgb(220,200,147); }
td.TdClassName
{
border-color: #DCC893;
}
.TagClassName
{
border-color: #DCC893;
}
</style>