Shades of Tahuna Sands #DCC891
Tints of Tahuna Sands #DCC891
RGB
CMYK
RGB Variations
Color information
#DCC891 (or 0xDCC891) is known color: Tahuna Sands. HEX triplet: DC, C8 and 91. RGB value is (220,200,145). Sum of RGB (Red+Green+Blue) = 220+200+145=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC891 is #23376E. Grayscale: #C7C7C7. Windows color (decimal): -2307951 or 9554140. OLE color: 9554140.
HSL color Cylindrical-coordinate representation of color #DCC891: hue angle of 44º degrees, saturation: 0.52, 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 #DCC891 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 145 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.14 |
| HSL | 44º | 0.52% | 0.72% | - |
| HSV(B) | 44º | 0.34% | 0.86% | - |
| XYZ | 55.28 | 58.57 | 35.18 | - |
| YUV | 199.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 145 | 0 | 0.09 | 0.34 | 0.14 | 44 | 0.52 | 0.72 |
| Hex | DC | C8 | 91 | 0 | 9 | 22 | E | 2C | 34 | 48 |
| Octal | 334 | 310 | 221 | 0 | 11 | 42 | 16 | 54 | 64 | 110 |
| Binary | 11011100 | 11001000 | 10010001 | 0 | 1001 | 100010 | 1110 | 101100 | 110100 | 1001000 |
Color Harmonies of #DCC891
Complementary color
Monochromatic Colors of #DCC891
Black with #DCC891
Text Example
Text Example
White with #DCC891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC891; }
p { color: rgb(220,200,145); }
H1.HeaderClassName
{
color: #DCC891;
}
.AnyTagClassName
{
color: #DCC891;
}
</style>
background-color css
<style>
a { background-color: #DCC891; }
a { background-color: rgb(220,200,145); }
div.DivClassName
{
background-color: #DCC891;
}
.BgClassName
{
background-color: #DCC891;
}
</style>
border-color css
<style>
span { border-color: #DCC891; }
span { border-color: rgb(220,200,145); }
td.TdClassName
{
border-color: #DCC891;
}
.TagClassName
{
border-color: #DCC891;
}
</style>