Shades of Rob Roy #D6B24F
Tints of Rob Roy #D6B24F
RGB
CMYK
RGB Variations
Color information
#D6B24F (or 0xD6B24F) is known color: Rob Roy. HEX triplet: D6, B2 and 4F. RGB value is (214,178,79). Sum of RGB (Red+Green+Blue) = 214+178+79=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B24F is #294DB0. Grayscale: #B1B1B1. Windows color (decimal): -2706865 or 5223126. OLE color: 5223126.
HSL color Cylindrical-coordinate representation of color #D6B24F: hue angle of 44º 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 #D6B24F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 79 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.16 |
| HSL | 44º | 0.62% | 0.57% | - |
| HSV(B) | 44º | 0.63% | 0.84% | - |
| XYZ | 45.06 | 46.7 | 14.04 | - |
| YUV | 177.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 79 | 0 | 0.17 | 0.63 | 0.16 | 44 | 0.62 | 0.57 |
| Hex | D6 | B2 | 4F | 0 | 11 | 3F | 10 | 2C | 3E | 39 |
| Octal | 326 | 262 | 117 | 0 | 21 | 77 | 20 | 54 | 76 | 71 |
| Binary | 11010110 | 10110010 | 1001111 | 0 | 10001 | 111111 | 10000 | 101100 | 111110 | 111001 |
Color Harmonies of #D6B24F
Complementary color
Monochromatic Colors of #D6B24F
Black with #D6B24F
Text Example
Text Example
White with #D6B24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B24F; }
p { color: rgb(214,178,79); }
H1.HeaderClassName
{
color: #D6B24F;
}
.AnyTagClassName
{
color: #D6B24F;
}
</style>
background-color css
<style>
a { background-color: #D6B24F; }
a { background-color: rgb(214,178,79); }
div.DivClassName
{
background-color: #D6B24F;
}
.BgClassName
{
background-color: #D6B24F;
}
</style>
border-color css
<style>
span { border-color: #D6B24F; }
span { border-color: rgb(214,178,79); }
td.TdClassName
{
border-color: #D6B24F;
}
.TagClassName
{
border-color: #D6B24F;
}
</style>