Shades of Yuma #D0BA7D
Tints of Yuma #D0BA7D
RGB
CMYK
RGB Variations
Color information
#D0BA7D (or 0xD0BA7D) is known color: Yuma. HEX triplet: D0, BA and 7D. RGB value is (208,186,125). Sum of RGB (Red+Green+Blue) = 208+186+125=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA7D is #2F4582. Grayscale: #B9B9B9. Windows color (decimal): -3097987 or 8239824. OLE color: 8239824.
HSL color Cylindrical-coordinate representation of color #D0BA7D: hue angle of 44.1º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0BA7D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 125 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.18 |
| HSL | 44.1º | 0.47% | 0.65% | - |
| HSV(B) | 44.1º | 0.4% | 0.82% | - |
| XYZ | 47.27 | 50.01 | 26.56 | - |
| YUV | 185.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 125 | 0 | 0.11 | 0.40 | 0.18 | 44.1 | 0.47 | 0.65 |
| Hex | D0 | BA | 7D | 0 | B | 28 | 12 | 2C | 2F | 41 |
| Octal | 320 | 272 | 175 | 0 | 13 | 50 | 22 | 54 | 57 | 101 |
| Binary | 11010000 | 10111010 | 1111101 | 0 | 1011 | 101000 | 10010 | 101100 | 101111 | 1000001 |
Color Harmonies of #D0BA7D
Complementary color
Monochromatic Colors of #D0BA7D
Black with #D0BA7D
Text Example
Text Example
White with #D0BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA7D; }
p { color: rgb(208,186,125); }
H1.HeaderClassName
{
color: #D0BA7D;
}
.AnyTagClassName
{
color: #D0BA7D;
}
</style>
background-color css
<style>
a { background-color: #D0BA7D; }
a { background-color: rgb(208,186,125); }
div.DivClassName
{
background-color: #D0BA7D;
}
.BgClassName
{
background-color: #D0BA7D;
}
</style>
border-color css
<style>
span { border-color: #D0BA7D; }
span { border-color: rgb(208,186,125); }
td.TdClassName
{
border-color: #D0BA7D;
}
.TagClassName
{
border-color: #D0BA7D;
}
</style>