Shades of Yuma #D0B97B
Tints of Yuma #D0B97B
RGB
CMYK
RGB Variations
Color information
#D0B97B (or 0xD0B97B) is known color: Yuma. HEX triplet: D0, B9 and 7B. RGB value is (208,185,123). Sum of RGB (Red+Green+Blue) = 208+185+123=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B97B is #2F4684. Grayscale: #B9B9B9. Windows color (decimal): -3098245 or 8108496. OLE color: 8108496.
HSL color Cylindrical-coordinate representation of color #D0B97B: hue angle of 43.76º degrees, saturation: 0.47, 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 #D0B97B is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 123 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.18 |
| HSL | 43.76º | 0.47% | 0.65% | - |
| HSV(B) | 43.76º | 0.41% | 0.82% | - |
| XYZ | 46.94 | 49.54 | 25.83 | - |
| YUV | 184.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 123 | 0 | 0.11 | 0.41 | 0.18 | 43.76 | 0.47 | 0.65 |
| Hex | D0 | B9 | 7B | 0 | B | 29 | 12 | 2C | 2F | 41 |
| Octal | 320 | 271 | 173 | 0 | 13 | 51 | 22 | 54 | 57 | 101 |
| Binary | 11010000 | 10111001 | 1111011 | 0 | 1011 | 101001 | 10010 | 101100 | 101111 | 1000001 |
Color Harmonies of #D0B97B
Complementary color
Monochromatic Colors of #D0B97B
Black with #D0B97B
Text Example
Text Example
White with #D0B97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B97B; }
p { color: rgb(208,185,123); }
H1.HeaderClassName
{
color: #D0B97B;
}
.AnyTagClassName
{
color: #D0B97B;
}
</style>
background-color css
<style>
a { background-color: #D0B97B; }
a { background-color: rgb(208,185,123); }
div.DivClassName
{
background-color: #D0B97B;
}
.BgClassName
{
background-color: #D0B97B;
}
</style>
border-color css
<style>
span { border-color: #D0B97B; }
span { border-color: rgb(208,185,123); }
td.TdClassName
{
border-color: #D0B97B;
}
.TagClassName
{
border-color: #D0B97B;
}
</style>