Shades of Rob Roy #DBB456
Tints of Rob Roy #DBB456
RGB
CMYK
RGB Variations
Color information
#DBB456 (or 0xDBB456) is known color: Rob Roy. HEX triplet: DB, B4 and 56. RGB value is (219,180,86). Sum of RGB (Red+Green+Blue) = 219+180+86=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB456 is #244BA9. Grayscale: #B5B5B5. Windows color (decimal): -2378666 or 5682395. OLE color: 5682395.
HSL color Cylindrical-coordinate representation of color #DBB456: hue angle of 42.41º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBB456 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 86 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.14 |
| HSL | 42.41º | 0.65% | 0.6% | - |
| HSV(B) | 42.41º | 0.61% | 0.86% | - |
| XYZ | 47.21 | 48.37 | 15.65 | - |
| YUV | 180.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 86 | 0 | 0.18 | 0.61 | 0.14 | 42.41 | 0.65 | 0.6 |
| Hex | DB | B4 | 56 | 0 | 12 | 3D | E | 2A | 41 | 3C |
| Octal | 333 | 264 | 126 | 0 | 22 | 75 | 16 | 52 | 101 | 74 |
| Binary | 11011011 | 10110100 | 1010110 | 0 | 10010 | 111101 | 1110 | 101010 | 1000001 | 111100 |
Color Harmonies of #DBB456
Complementary color
Monochromatic Colors of #DBB456
Black with #DBB456
Text Example
Text Example
White with #DBB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB456; }
p { color: rgb(219,180,86); }
H1.HeaderClassName
{
color: #DBB456;
}
.AnyTagClassName
{
color: #DBB456;
}
</style>
background-color css
<style>
a { background-color: #DBB456; }
a { background-color: rgb(219,180,86); }
div.DivClassName
{
background-color: #DBB456;
}
.BgClassName
{
background-color: #DBB456;
}
</style>
border-color css
<style>
span { border-color: #DBB456; }
span { border-color: rgb(219,180,86); }
td.TdClassName
{
border-color: #DBB456;
}
.TagClassName
{
border-color: #DBB456;
}
</style>