Shades of Yuma #D0B97D
Tints of Yuma #D0B97D
RGB
CMYK
RGB Variations
Color information
#D0B97D (or 0xD0B97D) is known color: Yuma. HEX triplet: D0, B9 and 7D. RGB value is (208,185,125). Sum of RGB (Red+Green+Blue) = 208+185+125=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B97D is #2F4682. Grayscale: #B9B9B9. Windows color (decimal): -3098243 or 8239568. OLE color: 8239568.
HSL color Cylindrical-coordinate representation of color #D0B97D: hue angle of 43.37º 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 #D0B97D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 125 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.18 |
| HSL | 43.37º | 0.47% | 0.65% | - |
| HSV(B) | 43.37º | 0.4% | 0.82% | - |
| XYZ | 47.06 | 49.59 | 26.49 | - |
| YUV | 185.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 125 | 0 | 0.11 | 0.40 | 0.18 | 43.37 | 0.47 | 0.65 |
| Hex | D0 | B9 | 7D | 0 | B | 28 | 12 | 2B | 2F | 41 |
| Octal | 320 | 271 | 175 | 0 | 13 | 50 | 22 | 53 | 57 | 101 |
| Binary | 11010000 | 10111001 | 1111101 | 0 | 1011 | 101000 | 10010 | 101011 | 101111 | 1000001 |
Color Harmonies of #D0B97D
Complementary color
Monochromatic Colors of #D0B97D
Black with #D0B97D
Text Example
Text Example
White with #D0B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B97D; }
p { color: rgb(208,185,125); }
H1.HeaderClassName
{
color: #D0B97D;
}
.AnyTagClassName
{
color: #D0B97D;
}
</style>
background-color css
<style>
a { background-color: #D0B97D; }
a { background-color: rgb(208,185,125); }
div.DivClassName
{
background-color: #D0B97D;
}
.BgClassName
{
background-color: #D0B97D;
}
</style>
border-color css
<style>
span { border-color: #D0B97D; }
span { border-color: rgb(208,185,125); }
td.TdClassName
{
border-color: #D0B97D;
}
.TagClassName
{
border-color: #D0B97D;
}
</style>