Shades of Rob Roy #DBAE52
Tints of Rob Roy #DBAE52
RGB
CMYK
RGB Variations
Color information
#DBAE52 (or 0xDBAE52) is known color: Rob Roy. HEX triplet: DB, AE and 52. RGB value is (219,174,82). Sum of RGB (Red+Green+Blue) = 219+174+82=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE52 is #2451AD. Grayscale: #B1B1B1. Windows color (decimal): -2380206 or 5418715. OLE color: 5418715.
HSL color Cylindrical-coordinate representation of color #DBAE52: hue angle of 40.29º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBAE52 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 82 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.14 |
| HSL | 40.29º | 0.66% | 0.59% | - |
| HSV(B) | 40.29º | 0.63% | 0.86% | - |
| XYZ | 45.87 | 45.94 | 14.43 | - |
| YUV | 176.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 82 | 0 | 0.21 | 0.63 | 0.14 | 40.29 | 0.66 | 0.59 |
| Hex | DB | AE | 52 | 0 | 15 | 3F | E | 28 | 42 | 3B |
| Octal | 333 | 256 | 122 | 0 | 25 | 77 | 16 | 50 | 102 | 73 |
| Binary | 11011011 | 10101110 | 1010010 | 0 | 10101 | 111111 | 1110 | 101000 | 1000010 | 111011 |
Color Harmonies of #DBAE52
Complementary color
Monochromatic Colors of #DBAE52
Black with #DBAE52
Text Example
Text Example
White with #DBAE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE52; }
p { color: rgb(219,174,82); }
H1.HeaderClassName
{
color: #DBAE52;
}
.AnyTagClassName
{
color: #DBAE52;
}
</style>
background-color css
<style>
a { background-color: #DBAE52; }
a { background-color: rgb(219,174,82); }
div.DivClassName
{
background-color: #DBAE52;
}
.BgClassName
{
background-color: #DBAE52;
}
</style>
border-color css
<style>
span { border-color: #DBAE52; }
span { border-color: rgb(219,174,82); }
td.TdClassName
{
border-color: #DBAE52;
}
.TagClassName
{
border-color: #DBAE52;
}
</style>