Shades of Tahuna Sands #DCCB93
Tints of Tahuna Sands #DCCB93
RGB
CMYK
RGB Variations
Color information
#DCCB93 (or 0xDCCB93) is known color: Tahuna Sands. HEX triplet: DC, CB and 93. RGB value is (220,203,147). Sum of RGB (Red+Green+Blue) = 220+203+147=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB93 is #23346C. Grayscale: #C9C9C9. Windows color (decimal): -2307181 or 9685980. OLE color: 9685980.
HSL color Cylindrical-coordinate representation of color #DCCB93: hue angle of 46.03º 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 #DCCB93 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 147 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.14 |
| HSL | 46.03º | 0.51% | 0.72% | - |
| HSV(B) | 46.03º | 0.33% | 0.86% | - |
| XYZ | 56.14 | 60.03 | 36.23 | - |
| YUV | 201.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 147 | 0 | 0.08 | 0.33 | 0.14 | 46.03 | 0.51 | 0.72 |
| Hex | DC | CB | 93 | 0 | 8 | 21 | E | 2E | 33 | 48 |
| Octal | 334 | 313 | 223 | 0 | 10 | 41 | 16 | 56 | 63 | 110 |
| Binary | 11011100 | 11001011 | 10010011 | 0 | 1000 | 100001 | 1110 | 101110 | 110011 | 1001000 |
Color Harmonies of #DCCB93
Complementary color
Monochromatic Colors of #DCCB93
Black with #DCCB93
Text Example
Text Example
White with #DCCB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB93; }
p { color: rgb(220,203,147); }
H1.HeaderClassName
{
color: #DCCB93;
}
.AnyTagClassName
{
color: #DCCB93;
}
</style>
background-color css
<style>
a { background-color: #DCCB93; }
a { background-color: rgb(220,203,147); }
div.DivClassName
{
background-color: #DCCB93;
}
.BgClassName
{
background-color: #DCCB93;
}
</style>
border-color css
<style>
span { border-color: #DCCB93; }
span { border-color: rgb(220,203,147); }
td.TdClassName
{
border-color: #DCCB93;
}
.TagClassName
{
border-color: #DCCB93;
}
</style>