Shades of Tahuna Sands #DCCE9E
Tints of Tahuna Sands #DCCE9E
RGB
CMYK
RGB Variations
Color information
#DCCE9E (or 0xDCCE9E) is known color: Tahuna Sands. HEX triplet: DC, CE and 9E. RGB value is (220,206,158). Sum of RGB (Red+Green+Blue) = 220+206+158=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE9E is #233161. Grayscale: #CCCCCC. Windows color (decimal): -2306402 or 10407644. OLE color: 10407644.
HSL color Cylindrical-coordinate representation of color #DCCE9E: hue angle of 46.45º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCCE9E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 158 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.14 |
| HSL | 46.45º | 0.47% | 0.74% | - |
| HSV(B) | 46.45º | 0.28% | 0.86% | - |
| XYZ | 57.76 | 61.83 | 41.24 | - |
| YUV | 204.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 158 | 0 | 0.06 | 0.28 | 0.14 | 46.45 | 0.47 | 0.74 |
| Hex | DC | CE | 9E | 0 | 6 | 1C | E | 2E | 2F | 4A |
| Octal | 334 | 316 | 236 | 0 | 6 | 34 | 16 | 56 | 57 | 112 |
| Binary | 11011100 | 11001110 | 10011110 | 0 | 110 | 11100 | 1110 | 101110 | 101111 | 1001010 |
Color Harmonies of #DCCE9E
Complementary color
Monochromatic Colors of #DCCE9E
Black with #DCCE9E
Text Example
Text Example
White with #DCCE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE9E; }
p { color: rgb(220,206,158); }
H1.HeaderClassName
{
color: #DCCE9E;
}
.AnyTagClassName
{
color: #DCCE9E;
}
</style>
background-color css
<style>
a { background-color: #DCCE9E; }
a { background-color: rgb(220,206,158); }
div.DivClassName
{
background-color: #DCCE9E;
}
.BgClassName
{
background-color: #DCCE9E;
}
</style>
border-color css
<style>
span { border-color: #DCCE9E; }
span { border-color: rgb(220,206,158); }
td.TdClassName
{
border-color: #DCCE9E;
}
.TagClassName
{
border-color: #DCCE9E;
}
</style>