Shades of Rob Roy #DBAF52
Tints of Rob Roy #DBAF52
RGB
CMYK
RGB Variations
Color information
#DBAF52 (or 0xDBAF52) is known color: Rob Roy. HEX triplet: DB, AF and 52. RGB value is (219,175,82). Sum of RGB (Red+Green+Blue) = 219+175+82=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF52 is #2450AD. Grayscale: #B1B1B1. Windows color (decimal): -2379950 or 5418971. OLE color: 5418971.
HSL color Cylindrical-coordinate representation of color #DBAF52: hue angle of 40.73º 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 #DBAF52 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 82 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.14 |
| HSL | 40.73º | 0.66% | 0.59% | - |
| HSV(B) | 40.73º | 0.63% | 0.86% | - |
| XYZ | 46.07 | 46.33 | 14.5 | - |
| YUV | 177.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 82 | 0 | 0.20 | 0.63 | 0.14 | 40.73 | 0.66 | 0.59 |
| Hex | DB | AF | 52 | 0 | 14 | 3F | E | 29 | 42 | 3B |
| Octal | 333 | 257 | 122 | 0 | 24 | 77 | 16 | 51 | 102 | 73 |
| Binary | 11011011 | 10101111 | 1010010 | 0 | 10100 | 111111 | 1110 | 101001 | 1000010 | 111011 |
Color Harmonies of #DBAF52
Complementary color
Monochromatic Colors of #DBAF52
Black with #DBAF52
Text Example
Text Example
White with #DBAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF52; }
p { color: rgb(219,175,82); }
H1.HeaderClassName
{
color: #DBAF52;
}
.AnyTagClassName
{
color: #DBAF52;
}
</style>
background-color css
<style>
a { background-color: #DBAF52; }
a { background-color: rgb(219,175,82); }
div.DivClassName
{
background-color: #DBAF52;
}
.BgClassName
{
background-color: #DBAF52;
}
</style>
border-color css
<style>
span { border-color: #DBAF52; }
span { border-color: rgb(219,175,82); }
td.TdClassName
{
border-color: #DBAF52;
}
.TagClassName
{
border-color: #DBAF52;
}
</style>