Shades of Rob Roy #D7B44B
Tints of Rob Roy #D7B44B
RGB
CMYK
RGB Variations
Color information
#D7B44B (or 0xD7B44B) is known color: Rob Roy. HEX triplet: D7, B4 and 4B. RGB value is (215,180,75). Sum of RGB (Red+Green+Blue) = 215+180+75=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B44B is #284BB4. Grayscale: #B2B2B2. Windows color (decimal): -2640821 or 4961495. OLE color: 4961495.
HSL color Cylindrical-coordinate representation of color #D7B44B: hue angle of 45º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7B44B is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 75 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.16 |
| HSL | 45º | 0.64% | 0.57% | - |
| HSV(B) | 45º | 0.65% | 0.84% | - |
| XYZ | 45.62 | 47.6 | 13.44 | - |
| YUV | 178.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 75 | 0 | 0.16 | 0.65 | 0.16 | 45 | 0.64 | 0.57 |
| Hex | D7 | B4 | 4B | 0 | 10 | 41 | 10 | 2D | 40 | 39 |
| Octal | 327 | 264 | 113 | 0 | 20 | 101 | 20 | 55 | 100 | 71 |
| Binary | 11010111 | 10110100 | 1001011 | 0 | 10000 | 1000001 | 10000 | 101101 | 1000000 | 111001 |
Color Harmonies of #D7B44B
Complementary color
Monochromatic Colors of #D7B44B
Black with #D7B44B
Text Example
Text Example
White with #D7B44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B44B; }
p { color: rgb(215,180,75); }
H1.HeaderClassName
{
color: #D7B44B;
}
.AnyTagClassName
{
color: #D7B44B;
}
</style>
background-color css
<style>
a { background-color: #D7B44B; }
a { background-color: rgb(215,180,75); }
div.DivClassName
{
background-color: #D7B44B;
}
.BgClassName
{
background-color: #D7B44B;
}
</style>
border-color css
<style>
span { border-color: #D7B44B; }
span { border-color: rgb(215,180,75); }
td.TdClassName
{
border-color: #D7B44B;
}
.TagClassName
{
border-color: #D7B44B;
}
</style>