Shades of Rob Roy #DBAE4B
Tints of Rob Roy #DBAE4B
RGB
CMYK
RGB Variations
Color information
#DBAE4B (or 0xDBAE4B) is known color: Rob Roy. HEX triplet: DB, AE and 4B. RGB value is (219,174,75). Sum of RGB (Red+Green+Blue) = 219+174+75=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE4B is #2451B4. Grayscale: #B0B0B0. Windows color (decimal): -2380213 or 4959963. OLE color: 4959963.
HSL color Cylindrical-coordinate representation of color #DBAE4B: hue angle of 41.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBAE4B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 75 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.14 |
| HSL | 41.25º | 0.67% | 0.58% | - |
| HSV(B) | 41.25º | 0.66% | 0.86% | - |
| XYZ | 45.62 | 45.84 | 13.1 | - |
| YUV | 176.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 75 | 0 | 0.21 | 0.66 | 0.14 | 41.25 | 0.67 | 0.58 |
| Hex | DB | AE | 4B | 0 | 15 | 42 | E | 29 | 43 | 3A |
| Octal | 333 | 256 | 113 | 0 | 25 | 102 | 16 | 51 | 103 | 72 |
| Binary | 11011011 | 10101110 | 1001011 | 0 | 10101 | 1000010 | 1110 | 101001 | 1000011 | 111010 |
Color Harmonies of #DBAE4B
Complementary color
Monochromatic Colors of #DBAE4B
Black with #DBAE4B
Text Example
Text Example
White with #DBAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE4B; }
p { color: rgb(219,174,75); }
H1.HeaderClassName
{
color: #DBAE4B;
}
.AnyTagClassName
{
color: #DBAE4B;
}
</style>
background-color css
<style>
a { background-color: #DBAE4B; }
a { background-color: rgb(219,174,75); }
div.DivClassName
{
background-color: #DBAE4B;
}
.BgClassName
{
background-color: #DBAE4B;
}
</style>
border-color css
<style>
span { border-color: #DBAE4B; }
span { border-color: rgb(219,174,75); }
td.TdClassName
{
border-color: #DBAE4B;
}
.TagClassName
{
border-color: #DBAE4B;
}
</style>