Shades of Tahuna Sands #D0CB90
Tints of Tahuna Sands #D0CB90
RGB
CMYK
RGB Variations
Color information
#D0CB90 (or 0xD0CB90) is known color: Tahuna Sands. HEX triplet: D0, CB and 90. RGB value is (208,203,144). Sum of RGB (Red+Green+Blue) = 208+203+144=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB90 is #2F346F. Grayscale: #C6C6C6. Windows color (decimal): -3093616 or 9489360. OLE color: 9489360.
HSL color Cylindrical-coordinate representation of color #D0CB90: hue angle of 55.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0CB90 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 144 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.18 |
| HSL | 55.31º | 0.41% | 0.69% | - |
| HSV(B) | 55.31º | 0.31% | 0.82% | - |
| XYZ | 52.4 | 58.14 | 34.84 | - |
| YUV | 197.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 144 | 0 | 0.02 | 0.31 | 0.18 | 55.31 | 0.41 | 0.69 |
| Hex | D0 | CB | 90 | 0 | 2 | 1F | 12 | 37 | 29 | 45 |
| Octal | 320 | 313 | 220 | 0 | 2 | 37 | 22 | 67 | 51 | 105 |
| Binary | 11010000 | 11001011 | 10010000 | 0 | 10 | 11111 | 10010 | 110111 | 101001 | 1000101 |
Color Harmonies of #D0CB90
Complementary color
Monochromatic Colors of #D0CB90
Black with #D0CB90
Text Example
Text Example
White with #D0CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB90; }
p { color: rgb(208,203,144); }
H1.HeaderClassName
{
color: #D0CB90;
}
.AnyTagClassName
{
color: #D0CB90;
}
</style>
background-color css
<style>
a { background-color: #D0CB90; }
a { background-color: rgb(208,203,144); }
div.DivClassName
{
background-color: #D0CB90;
}
.BgClassName
{
background-color: #D0CB90;
}
</style>
border-color css
<style>
span { border-color: #D0CB90; }
span { border-color: rgb(208,203,144); }
td.TdClassName
{
border-color: #D0CB90;
}
.TagClassName
{
border-color: #D0CB90;
}
</style>