Shades of Tahuna Sands #D6CC9D
Tints of Tahuna Sands #D6CC9D
RGB
CMYK
RGB Variations
Color information
#D6CC9D (or 0xD6CC9D) is known color: Tahuna Sands. HEX triplet: D6, CC and 9D. RGB value is (214,204,157). Sum of RGB (Red+Green+Blue) = 214+204+157=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC9D is #293362. Grayscale: #C9C9C9. Windows color (decimal): -2700131 or 10341590. OLE color: 10341590.
HSL color Cylindrical-coordinate representation of color #D6CC9D: hue angle of 49.47º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6CC9D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 157 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.16 |
| HSL | 49.47º | 0.41% | 0.73% | - |
| HSV(B) | 49.47º | 0.27% | 0.84% | - |
| XYZ | 55.41 | 59.92 | 40.54 | - |
| YUV | 201.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 157 | 0 | 0.05 | 0.27 | 0.16 | 49.47 | 0.41 | 0.73 |
| Hex | D6 | CC | 9D | 0 | 5 | 1B | 10 | 31 | 29 | 49 |
| Octal | 326 | 314 | 235 | 0 | 5 | 33 | 20 | 61 | 51 | 111 |
| Binary | 11010110 | 11001100 | 10011101 | 0 | 101 | 11011 | 10000 | 110001 | 101001 | 1001001 |
Color Harmonies of #D6CC9D
Complementary color
Monochromatic Colors of #D6CC9D
Black with #D6CC9D
Text Example
Text Example
White with #D6CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC9D; }
p { color: rgb(214,204,157); }
H1.HeaderClassName
{
color: #D6CC9D;
}
.AnyTagClassName
{
color: #D6CC9D;
}
</style>
background-color css
<style>
a { background-color: #D6CC9D; }
a { background-color: rgb(214,204,157); }
div.DivClassName
{
background-color: #D6CC9D;
}
.BgClassName
{
background-color: #D6CC9D;
}
</style>
border-color css
<style>
span { border-color: #D6CC9D; }
span { border-color: rgb(214,204,157); }
td.TdClassName
{
border-color: #D6CC9D;
}
.TagClassName
{
border-color: #D6CC9D;
}
</style>