Shades of Tahuna Sands #DCC792
Tints of Tahuna Sands #DCC792
RGB
CMYK
RGB Variations
Color information
#DCC792 (or 0xDCC792) is known color: Tahuna Sands. HEX triplet: DC, C7 and 92. RGB value is (220,199,146). Sum of RGB (Red+Green+Blue) = 220+199+146=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC792 is #23386D. Grayscale: #C7C7C7. Windows color (decimal): -2308206 or 9619420. OLE color: 9619420.
HSL color Cylindrical-coordinate representation of color #DCC792: hue angle of 42.97º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCC792 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 146 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.14 |
| HSL | 42.97º | 0.51% | 0.72% | - |
| HSV(B) | 42.97º | 0.34% | 0.86% | - |
| XYZ | 55.13 | 58.14 | 35.51 | - |
| YUV | 199.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 146 | 0 | 0.10 | 0.34 | 0.14 | 42.97 | 0.51 | 0.72 |
| Hex | DC | C7 | 92 | 0 | A | 22 | E | 2B | 33 | 48 |
| Octal | 334 | 307 | 222 | 0 | 12 | 42 | 16 | 53 | 63 | 110 |
| Binary | 11011100 | 11000111 | 10010010 | 0 | 1010 | 100010 | 1110 | 101011 | 110011 | 1001000 |
Color Harmonies of #DCC792
Complementary color
Monochromatic Colors of #DCC792
Black with #DCC792
Text Example
Text Example
White with #DCC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC792; }
p { color: rgb(220,199,146); }
H1.HeaderClassName
{
color: #DCC792;
}
.AnyTagClassName
{
color: #DCC792;
}
</style>
background-color css
<style>
a { background-color: #DCC792; }
a { background-color: rgb(220,199,146); }
div.DivClassName
{
background-color: #DCC792;
}
.BgClassName
{
background-color: #DCC792;
}
</style>
border-color css
<style>
span { border-color: #DCC792; }
span { border-color: rgb(220,199,146); }
td.TdClassName
{
border-color: #DCC792;
}
.TagClassName
{
border-color: #DCC792;
}
</style>