Shades of Rob Roy #D5AD4E
Tints of Rob Roy #D5AD4E
RGB
CMYK
RGB Variations
Color information
#D5AD4E (or 0xD5AD4E) is known color: Rob Roy. HEX triplet: D5, AD and 4E. RGB value is (213,173,78). Sum of RGB (Red+Green+Blue) = 213+173+78=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD4E is #2A52B1. Grayscale: #AEAEAE. Windows color (decimal): -2773682 or 5156309. OLE color: 5156309.
HSL color Cylindrical-coordinate representation of color #D5AD4E: hue angle of 42.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5AD4E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 78 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.16 |
| HSL | 42.22º | 0.62% | 0.57% | - |
| HSV(B) | 42.22º | 0.63% | 0.84% | - |
| XYZ | 43.76 | 44.58 | 13.51 | - |
| YUV | 174.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 78 | 0 | 0.19 | 0.63 | 0.16 | 42.22 | 0.62 | 0.57 |
| Hex | D5 | AD | 4E | 0 | 13 | 3F | 10 | 2A | 3E | 39 |
| Octal | 325 | 255 | 116 | 0 | 23 | 77 | 20 | 52 | 76 | 71 |
| Binary | 11010101 | 10101101 | 1001110 | 0 | 10011 | 111111 | 10000 | 101010 | 111110 | 111001 |
Color Harmonies of #D5AD4E
Complementary color
Monochromatic Colors of #D5AD4E
Black with #D5AD4E
Text Example
Text Example
White with #D5AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD4E; }
p { color: rgb(213,173,78); }
H1.HeaderClassName
{
color: #D5AD4E;
}
.AnyTagClassName
{
color: #D5AD4E;
}
</style>
background-color css
<style>
a { background-color: #D5AD4E; }
a { background-color: rgb(213,173,78); }
div.DivClassName
{
background-color: #D5AD4E;
}
.BgClassName
{
background-color: #D5AD4E;
}
</style>
border-color css
<style>
span { border-color: #D5AD4E; }
span { border-color: rgb(213,173,78); }
td.TdClassName
{
border-color: #D5AD4E;
}
.TagClassName
{
border-color: #D5AD4E;
}
</style>