Shades of Rob Roy #D5AD50
Tints of Rob Roy #D5AD50
RGB
CMYK
RGB Variations
Color information
#D5AD50 (or 0xD5AD50) is known color: Rob Roy. HEX triplet: D5, AD and 50. RGB value is (213,173,80). Sum of RGB (Red+Green+Blue) = 213+173+80=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD50 is #2A52AF. Grayscale: #AEAEAE. Windows color (decimal): -2773680 or 5287381. OLE color: 5287381.
HSL color Cylindrical-coordinate representation of color #D5AD50: hue angle of 41.95º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5AD50 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 80 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.16 |
| HSL | 41.95º | 0.61% | 0.57% | - |
| HSV(B) | 41.95º | 0.62% | 0.84% | - |
| XYZ | 43.83 | 44.61 | 13.89 | - |
| YUV | 174.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 80 | 0 | 0.19 | 0.62 | 0.16 | 41.95 | 0.61 | 0.57 |
| Hex | D5 | AD | 50 | 0 | 13 | 3E | 10 | 2A | 3D | 39 |
| Octal | 325 | 255 | 120 | 0 | 23 | 76 | 20 | 52 | 75 | 71 |
| Binary | 11010101 | 10101101 | 1010000 | 0 | 10011 | 111110 | 10000 | 101010 | 111101 | 111001 |
Color Harmonies of #D5AD50
Complementary color
Monochromatic Colors of #D5AD50
Black with #D5AD50
Text Example
Text Example
White with #D5AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD50; }
p { color: rgb(213,173,80); }
H1.HeaderClassName
{
color: #D5AD50;
}
.AnyTagClassName
{
color: #D5AD50;
}
</style>
background-color css
<style>
a { background-color: #D5AD50; }
a { background-color: rgb(213,173,80); }
div.DivClassName
{
background-color: #D5AD50;
}
.BgClassName
{
background-color: #D5AD50;
}
</style>
border-color css
<style>
span { border-color: #D5AD50; }
span { border-color: rgb(213,173,80); }
td.TdClassName
{
border-color: #D5AD50;
}
.TagClassName
{
border-color: #D5AD50;
}
</style>