Shades of Tahuna Sands #DCCC94
Tints of Tahuna Sands #DCCC94
RGB
CMYK
RGB Variations
Color information
#DCCC94 (or 0xDCCC94) is known color: Tahuna Sands. HEX triplet: DC, CC and 94. RGB value is (220,204,148). Sum of RGB (Red+Green+Blue) = 220+204+148=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC94 is #23336B. Grayscale: #CACACA. Windows color (decimal): -2306924 or 9751772. OLE color: 9751772.
HSL color Cylindrical-coordinate representation of color #DCCC94: hue angle of 46.67º 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 #DCCC94 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 148 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.14 |
| HSL | 46.67º | 0.51% | 0.72% | - |
| HSV(B) | 46.67º | 0.33% | 0.86% | - |
| XYZ | 56.45 | 60.54 | 36.73 | - |
| YUV | 202.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 148 | 0 | 0.07 | 0.33 | 0.14 | 46.67 | 0.51 | 0.72 |
| Hex | DC | CC | 94 | 0 | 7 | 21 | E | 2F | 33 | 48 |
| Octal | 334 | 314 | 224 | 0 | 7 | 41 | 16 | 57 | 63 | 110 |
| Binary | 11011100 | 11001100 | 10010100 | 0 | 111 | 100001 | 1110 | 101111 | 110011 | 1001000 |
Color Harmonies of #DCCC94
Complementary color
Monochromatic Colors of #DCCC94
Black with #DCCC94
Text Example
Text Example
White with #DCCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC94; }
p { color: rgb(220,204,148); }
H1.HeaderClassName
{
color: #DCCC94;
}
.AnyTagClassName
{
color: #DCCC94;
}
</style>
background-color css
<style>
a { background-color: #DCCC94; }
a { background-color: rgb(220,204,148); }
div.DivClassName
{
background-color: #DCCC94;
}
.BgClassName
{
background-color: #DCCC94;
}
</style>
border-color css
<style>
span { border-color: #DCCC94; }
span { border-color: rgb(220,204,148); }
td.TdClassName
{
border-color: #DCCC94;
}
.TagClassName
{
border-color: #DCCC94;
}
</style>