Shades of Yuma #D1BA79
Tints of Yuma #D1BA79
RGB
CMYK
RGB Variations
Color information
#D1BA79 (or 0xD1BA79) is known color: Yuma. HEX triplet: D1, BA and 79. RGB value is (209,186,121). Sum of RGB (Red+Green+Blue) = 209+186+121=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA79 is #2E4586. Grayscale: #B9B9B9. Windows color (decimal): -3032455 or 7977681. OLE color: 7977681.
HSL color Cylindrical-coordinate representation of color #D1BA79: hue angle of 44.32º degrees, saturation: 0.49, 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 #D1BA79 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 121 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 44.32º | 0.49% | 0.65% | - |
| HSV(B) | 44.32º | 0.42% | 0.82% | - |
| XYZ | 47.3 | 50.05 | 25.26 | - |
| YUV | 185.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 121 | 0 | 0.11 | 0.42 | 0.18 | 44.32 | 0.49 | 0.65 |
| Hex | D1 | BA | 79 | 0 | B | 2A | 12 | 2C | 31 | 41 |
| Octal | 321 | 272 | 171 | 0 | 13 | 52 | 22 | 54 | 61 | 101 |
| Binary | 11010001 | 10111010 | 1111001 | 0 | 1011 | 101010 | 10010 | 101100 | 110001 | 1000001 |
Color Harmonies of #D1BA79
Complementary color
Monochromatic Colors of #D1BA79
Black with #D1BA79
Text Example
Text Example
White with #D1BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA79; }
p { color: rgb(209,186,121); }
H1.HeaderClassName
{
color: #D1BA79;
}
.AnyTagClassName
{
color: #D1BA79;
}
</style>
background-color css
<style>
a { background-color: #D1BA79; }
a { background-color: rgb(209,186,121); }
div.DivClassName
{
background-color: #D1BA79;
}
.BgClassName
{
background-color: #D1BA79;
}
</style>
border-color css
<style>
span { border-color: #D1BA79; }
span { border-color: rgb(209,186,121); }
td.TdClassName
{
border-color: #D1BA79;
}
.TagClassName
{
border-color: #D1BA79;
}
</style>