Shades of Rob Roy #DBAE4D
Tints of Rob Roy #DBAE4D
RGB
CMYK
RGB Variations
Color information
#DBAE4D (or 0xDBAE4D) is known color: Rob Roy. HEX triplet: DB, AE and 4D. RGB value is (219,174,77). Sum of RGB (Red+Green+Blue) = 219+174+77=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE4D is #2451B2. Grayscale: #B0B0B0. Windows color (decimal): -2380211 or 5091035. OLE color: 5091035.
HSL color Cylindrical-coordinate representation of color #DBAE4D: hue angle of 40.99º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBAE4D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 77 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.14 |
| HSL | 40.99º | 0.66% | 0.58% | - |
| HSV(B) | 40.99º | 0.65% | 0.86% | - |
| XYZ | 45.69 | 45.87 | 13.47 | - |
| YUV | 176.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 77 | 0 | 0.21 | 0.65 | 0.14 | 40.99 | 0.66 | 0.58 |
| Hex | DB | AE | 4D | 0 | 15 | 41 | E | 29 | 42 | 3A |
| Octal | 333 | 256 | 115 | 0 | 25 | 101 | 16 | 51 | 102 | 72 |
| Binary | 11011011 | 10101110 | 1001101 | 0 | 10101 | 1000001 | 1110 | 101001 | 1000010 | 111010 |
Color Harmonies of #DBAE4D
Complementary color
Monochromatic Colors of #DBAE4D
Black with #DBAE4D
Text Example
Text Example
White with #DBAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE4D; }
p { color: rgb(219,174,77); }
H1.HeaderClassName
{
color: #DBAE4D;
}
.AnyTagClassName
{
color: #DBAE4D;
}
</style>
background-color css
<style>
a { background-color: #DBAE4D; }
a { background-color: rgb(219,174,77); }
div.DivClassName
{
background-color: #DBAE4D;
}
.BgClassName
{
background-color: #DBAE4D;
}
</style>
border-color css
<style>
span { border-color: #DBAE4D; }
span { border-color: rgb(219,174,77); }
td.TdClassName
{
border-color: #DBAE4D;
}
.TagClassName
{
border-color: #DBAE4D;
}
</style>