Shades of Yuma #D0BB7D
Tints of Yuma #D0BB7D
RGB
CMYK
RGB Variations
Color information
#D0BB7D (or 0xD0BB7D) is known color: Yuma. HEX triplet: D0, BB and 7D. RGB value is (208,187,125). Sum of RGB (Red+Green+Blue) = 208+187+125=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB7D is #2F4482. Grayscale: #BABABA. Windows color (decimal): -3097731 or 8240080. OLE color: 8240080.
HSL color Cylindrical-coordinate representation of color #D0BB7D: hue angle of 44.82º 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 #D0BB7D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 125 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.18 |
| HSL | 44.82º | 0.47% | 0.65% | - |
| HSV(B) | 44.82º | 0.4% | 0.82% | - |
| XYZ | 47.48 | 50.43 | 26.63 | - |
| YUV | 186.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 125 | 0 | 0.10 | 0.40 | 0.18 | 44.82 | 0.47 | 0.65 |
| Hex | D0 | BB | 7D | 0 | A | 28 | 12 | 2D | 2F | 41 |
| Octal | 320 | 273 | 175 | 0 | 12 | 50 | 22 | 55 | 57 | 101 |
| Binary | 11010000 | 10111011 | 1111101 | 0 | 1010 | 101000 | 10010 | 101101 | 101111 | 1000001 |
Color Harmonies of #D0BB7D
Complementary color
Monochromatic Colors of #D0BB7D
Black with #D0BB7D
Text Example
Text Example
White with #D0BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB7D; }
p { color: rgb(208,187,125); }
H1.HeaderClassName
{
color: #D0BB7D;
}
.AnyTagClassName
{
color: #D0BB7D;
}
</style>
background-color css
<style>
a { background-color: #D0BB7D; }
a { background-color: rgb(208,187,125); }
div.DivClassName
{
background-color: #D0BB7D;
}
.BgClassName
{
background-color: #D0BB7D;
}
</style>
border-color css
<style>
span { border-color: #D0BB7D; }
span { border-color: rgb(208,187,125); }
td.TdClassName
{
border-color: #D0BB7D;
}
.TagClassName
{
border-color: #D0BB7D;
}
</style>