Shades of Yuma #D0BA7A
Tints of Yuma #D0BA7A
RGB
CMYK
RGB Variations
Color information
#D0BA7A (or 0xD0BA7A) is known color: Yuma. HEX triplet: D0, BA and 7A. RGB value is (208,186,122). Sum of RGB (Red+Green+Blue) = 208+186+122=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA7A is #2F4585. Grayscale: #B9B9B9. Windows color (decimal): -3097990 or 8043216. OLE color: 8043216.
HSL color Cylindrical-coordinate representation of color #D0BA7A: hue angle of 44.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0BA7A is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 122 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.18 |
| HSL | 44.65º | 0.48% | 0.65% | - |
| HSV(B) | 44.65º | 0.41% | 0.82% | - |
| XYZ | 47.08 | 49.93 | 25.57 | - |
| YUV | 185.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 122 | 0 | 0.11 | 0.41 | 0.18 | 44.65 | 0.48 | 0.65 |
| Hex | D0 | BA | 7A | 0 | B | 29 | 12 | 2D | 30 | 41 |
| Octal | 320 | 272 | 172 | 0 | 13 | 51 | 22 | 55 | 60 | 101 |
| Binary | 11010000 | 10111010 | 1111010 | 0 | 1011 | 101001 | 10010 | 101101 | 110000 | 1000001 |
Color Harmonies of #D0BA7A
Complementary color
Monochromatic Colors of #D0BA7A
Black with #D0BA7A
Text Example
Text Example
White with #D0BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA7A; }
p { color: rgb(208,186,122); }
H1.HeaderClassName
{
color: #D0BA7A;
}
.AnyTagClassName
{
color: #D0BA7A;
}
</style>
background-color css
<style>
a { background-color: #D0BA7A; }
a { background-color: rgb(208,186,122); }
div.DivClassName
{
background-color: #D0BA7A;
}
.BgClassName
{
background-color: #D0BA7A;
}
</style>
border-color css
<style>
span { border-color: #D0BA7A; }
span { border-color: rgb(208,186,122); }
td.TdClassName
{
border-color: #D0BA7A;
}
.TagClassName
{
border-color: #D0BA7A;
}
</style>