Shades of Rob Roy #D7B34A
Tints of Rob Roy #D7B34A
RGB
CMYK
RGB Variations
Color information
#D7B34A (or 0xD7B34A) is known color: Rob Roy. HEX triplet: D7, B3 and 4A. RGB value is (215,179,74). Sum of RGB (Red+Green+Blue) = 215+179+74=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B34A is #284CB5. Grayscale: #B2B2B2. Windows color (decimal): -2641078 or 4895703. OLE color: 4895703.
HSL color Cylindrical-coordinate representation of color #D7B34A: hue angle of 44.68º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7B34A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 74 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.16 |
| HSL | 44.68º | 0.64% | 0.57% | - |
| HSV(B) | 44.68º | 0.66% | 0.84% | - |
| XYZ | 45.38 | 47.18 | 13.19 | - |
| YUV | 177.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 74 | 0 | 0.17 | 0.66 | 0.16 | 44.68 | 0.64 | 0.57 |
| Hex | D7 | B3 | 4A | 0 | 11 | 42 | 10 | 2D | 40 | 39 |
| Octal | 327 | 263 | 112 | 0 | 21 | 102 | 20 | 55 | 100 | 71 |
| Binary | 11010111 | 10110011 | 1001010 | 0 | 10001 | 1000010 | 10000 | 101101 | 1000000 | 111001 |
Color Harmonies of #D7B34A
Complementary color
Monochromatic Colors of #D7B34A
Black with #D7B34A
Text Example
Text Example
White with #D7B34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B34A; }
p { color: rgb(215,179,74); }
H1.HeaderClassName
{
color: #D7B34A;
}
.AnyTagClassName
{
color: #D7B34A;
}
</style>
background-color css
<style>
a { background-color: #D7B34A; }
a { background-color: rgb(215,179,74); }
div.DivClassName
{
background-color: #D7B34A;
}
.BgClassName
{
background-color: #D7B34A;
}
</style>
border-color css
<style>
span { border-color: #D7B34A; }
span { border-color: rgb(215,179,74); }
td.TdClassName
{
border-color: #D7B34A;
}
.TagClassName
{
border-color: #D7B34A;
}
</style>