Shades of Yuma #D0B979
Tints of Yuma #D0B979
RGB
CMYK
RGB Variations
Color information
#D0B979 (or 0xD0B979) is known color: Yuma. HEX triplet: D0, B9 and 79. RGB value is (208,185,121). Sum of RGB (Red+Green+Blue) = 208+185+121=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B979 is #2F4686. Grayscale: #B8B8B8. Windows color (decimal): -3098247 or 7977424. OLE color: 7977424.
HSL color Cylindrical-coordinate representation of color #D0B979: hue angle of 44.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0B979 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 121 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 44.14º | 0.48% | 0.65% | - |
| HSV(B) | 44.14º | 0.42% | 0.82% | - |
| XYZ | 46.81 | 49.49 | 25.17 | - |
| YUV | 184.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 121 | 0 | 0.11 | 0.42 | 0.18 | 44.14 | 0.48 | 0.65 |
| Hex | D0 | B9 | 79 | 0 | B | 2A | 12 | 2C | 30 | 41 |
| Octal | 320 | 271 | 171 | 0 | 13 | 52 | 22 | 54 | 60 | 101 |
| Binary | 11010000 | 10111001 | 1111001 | 0 | 1011 | 101010 | 10010 | 101100 | 110000 | 1000001 |
Color Harmonies of #D0B979
Complementary color
Monochromatic Colors of #D0B979
Black with #D0B979
Text Example
Text Example
White with #D0B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B979; }
p { color: rgb(208,185,121); }
H1.HeaderClassName
{
color: #D0B979;
}
.AnyTagClassName
{
color: #D0B979;
}
</style>
background-color css
<style>
a { background-color: #D0B979; }
a { background-color: rgb(208,185,121); }
div.DivClassName
{
background-color: #D0B979;
}
.BgClassName
{
background-color: #D0B979;
}
</style>
border-color css
<style>
span { border-color: #D0B979; }
span { border-color: rgb(208,185,121); }
td.TdClassName
{
border-color: #D0B979;
}
.TagClassName
{
border-color: #D0B979;
}
</style>