Shades of Rob Roy #D5A24B
Tints of Rob Roy #D5A24B
RGB
CMYK
RGB Variations
Color information
#D5A24B (or 0xD5A24B) is known color: Rob Roy. HEX triplet: D5, A2 and 4B. RGB value is (213,162,75). Sum of RGB (Red+Green+Blue) = 213+162+75=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A24B is #2A5DB4. Grayscale: #A7A7A7. Windows color (decimal): -2776501 or 4956885. OLE color: 4956885.
HSL color Cylindrical-coordinate representation of color #D5A24B: hue angle of 37.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5A24B is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 75 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.16 |
| HSL | 37.83º | 0.62% | 0.56% | - |
| HSV(B) | 37.83º | 0.65% | 0.84% | - |
| XYZ | 41.63 | 40.49 | 12.28 | - |
| YUV | 167.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 75 | 0 | 0.24 | 0.65 | 0.16 | 37.83 | 0.62 | 0.56 |
| Hex | D5 | A2 | 4B | 0 | 18 | 41 | 10 | 26 | 3E | 38 |
| Octal | 325 | 242 | 113 | 0 | 30 | 101 | 20 | 46 | 76 | 70 |
| Binary | 11010101 | 10100010 | 1001011 | 0 | 11000 | 1000001 | 10000 | 100110 | 111110 | 111000 |
Color Harmonies of #D5A24B
Complementary color
Monochromatic Colors of #D5A24B
Black with #D5A24B
Text Example
Text Example
White with #D5A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A24B; }
p { color: rgb(213,162,75); }
H1.HeaderClassName
{
color: #D5A24B;
}
.AnyTagClassName
{
color: #D5A24B;
}
</style>
background-color css
<style>
a { background-color: #D5A24B; }
a { background-color: rgb(213,162,75); }
div.DivClassName
{
background-color: #D5A24B;
}
.BgClassName
{
background-color: #D5A24B;
}
</style>
border-color css
<style>
span { border-color: #D5A24B; }
span { border-color: rgb(213,162,75); }
td.TdClassName
{
border-color: #D5A24B;
}
.TagClassName
{
border-color: #D5A24B;
}
</style>