Shades of Tahuna Sands #DCCC92
Tints of Tahuna Sands #DCCC92
RGB
CMYK
RGB Variations
Color information
#DCCC92 (or 0xDCCC92) is known color: Tahuna Sands. HEX triplet: DC, CC and 92. RGB value is (220,204,146). Sum of RGB (Red+Green+Blue) = 220+204+146=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC92 is #23336D. Grayscale: #CACACA. Windows color (decimal): -2306926 or 9620700. OLE color: 9620700.
HSL color Cylindrical-coordinate representation of color #DCCC92: hue angle of 47.03º 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 #DCCC92 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 146 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.14 |
| HSL | 47.03º | 0.51% | 0.72% | - |
| HSV(B) | 47.03º | 0.34% | 0.86% | - |
| XYZ | 56.3 | 60.48 | 35.9 | - |
| YUV | 202.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 146 | 0 | 0.07 | 0.34 | 0.14 | 47.03 | 0.51 | 0.72 |
| Hex | DC | CC | 92 | 0 | 7 | 22 | E | 2F | 33 | 48 |
| Octal | 334 | 314 | 222 | 0 | 7 | 42 | 16 | 57 | 63 | 110 |
| Binary | 11011100 | 11001100 | 10010010 | 0 | 111 | 100010 | 1110 | 101111 | 110011 | 1001000 |
Color Harmonies of #DCCC92
Complementary color
Monochromatic Colors of #DCCC92
Black with #DCCC92
Text Example
Text Example
White with #DCCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC92; }
p { color: rgb(220,204,146); }
H1.HeaderClassName
{
color: #DCCC92;
}
.AnyTagClassName
{
color: #DCCC92;
}
</style>
background-color css
<style>
a { background-color: #DCCC92; }
a { background-color: rgb(220,204,146); }
div.DivClassName
{
background-color: #DCCC92;
}
.BgClassName
{
background-color: #DCCC92;
}
</style>
border-color css
<style>
span { border-color: #DCCC92; }
span { border-color: rgb(220,204,146); }
td.TdClassName
{
border-color: #DCCC92;
}
.TagClassName
{
border-color: #DCCC92;
}
</style>