Shades of Yuma #D1BB7A
Tints of Yuma #D1BB7A
RGB
CMYK
RGB Variations
Color information
#D1BB7A (or 0xD1BB7A) is known color: Yuma. HEX triplet: D1, BB and 7A. RGB value is (209,187,122). Sum of RGB (Red+Green+Blue) = 209+187+122=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BB7A is #2E4485. Grayscale: #BABABA. Windows color (decimal): -3032198 or 8043473. OLE color: 8043473.
HSL color Cylindrical-coordinate representation of color #D1BB7A: hue angle of 44.83º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1BB7A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 122 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 44.83º | 0.49% | 0.65% | - |
| HSV(B) | 44.83º | 0.42% | 0.82% | - |
| XYZ | 47.58 | 50.5 | 25.65 | - |
| YUV | 186.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 122 | 0 | 0.11 | 0.42 | 0.18 | 44.83 | 0.49 | 0.65 |
| Hex | D1 | BB | 7A | 0 | B | 2A | 12 | 2D | 31 | 41 |
| Octal | 321 | 273 | 172 | 0 | 13 | 52 | 22 | 55 | 61 | 101 |
| Binary | 11010001 | 10111011 | 1111010 | 0 | 1011 | 101010 | 10010 | 101101 | 110001 | 1000001 |
Color Harmonies of #D1BB7A
Complementary color
Monochromatic Colors of #D1BB7A
Black with #D1BB7A
Text Example
Text Example
White with #D1BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB7A; }
p { color: rgb(209,187,122); }
H1.HeaderClassName
{
color: #D1BB7A;
}
.AnyTagClassName
{
color: #D1BB7A;
}
</style>
background-color css
<style>
a { background-color: #D1BB7A; }
a { background-color: rgb(209,187,122); }
div.DivClassName
{
background-color: #D1BB7A;
}
.BgClassName
{
background-color: #D1BB7A;
}
</style>
border-color css
<style>
span { border-color: #D1BB7A; }
span { border-color: rgb(209,187,122); }
td.TdClassName
{
border-color: #D1BB7A;
}
.TagClassName
{
border-color: #D1BB7A;
}
</style>