Shades of Tahuna Sands #DCCD91
Tints of Tahuna Sands #DCCD91
RGB
CMYK
RGB Variations
Color information
#DCCD91 (or 0xDCCD91) is known color: Tahuna Sands. HEX triplet: DC, CD and 91. RGB value is (220,205,145). Sum of RGB (Red+Green+Blue) = 220+205+145=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 145 (57.03% from 255 or 25.44% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD91 is #23326E. Grayscale: #CACACA. Windows color (decimal): -2306671 or 9555420. OLE color: 9555420.
HSL color Cylindrical-coordinate representation of color #DCCD91: hue angle of 48º 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 #DCCD91 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 145 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.14 |
| HSL | 48º | 0.52% | 0.72% | - |
| HSV(B) | 48º | 0.34% | 0.86% | - |
| XYZ | 56.46 | 60.92 | 35.57 | - |
| YUV | 202.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 145 | 0 | 0.07 | 0.34 | 0.14 | 48 | 0.52 | 0.72 |
| Hex | DC | CD | 91 | 0 | 7 | 22 | E | 30 | 34 | 48 |
| Octal | 334 | 315 | 221 | 0 | 7 | 42 | 16 | 60 | 64 | 110 |
| Binary | 11011100 | 11001101 | 10010001 | 0 | 111 | 100010 | 1110 | 110000 | 110100 | 1001000 |
Color Harmonies of #DCCD91
Complementary color
Monochromatic Colors of #DCCD91
Black with #DCCD91
Text Example
Text Example
White with #DCCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD91; }
p { color: rgb(220,205,145); }
H1.HeaderClassName
{
color: #DCCD91;
}
.AnyTagClassName
{
color: #DCCD91;
}
</style>
background-color css
<style>
a { background-color: #DCCD91; }
a { background-color: rgb(220,205,145); }
div.DivClassName
{
background-color: #DCCD91;
}
.BgClassName
{
background-color: #DCCD91;
}
</style>
border-color css
<style>
span { border-color: #DCCD91; }
span { border-color: rgb(220,205,145); }
td.TdClassName
{
border-color: #DCCD91;
}
.TagClassName
{
border-color: #DCCD91;
}
</style>