Shades of Rob Roy #DBAE4C
Tints of Rob Roy #DBAE4C
RGB
CMYK
RGB Variations
Color information
#DBAE4C (or 0xDBAE4C) is known color: Rob Roy. HEX triplet: DB, AE and 4C. RGB value is (219,174,76). Sum of RGB (Red+Green+Blue) = 219+174+76=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE4C is #2451B3. Grayscale: #B0B0B0. Windows color (decimal): -2380212 or 5025499. OLE color: 5025499.
HSL color Cylindrical-coordinate representation of color #DBAE4C: hue angle of 41.12º degrees, saturation: 0.67, 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 #DBAE4C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 76 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.14 |
| HSL | 41.12º | 0.67% | 0.58% | - |
| HSV(B) | 41.12º | 0.65% | 0.86% | - |
| XYZ | 45.65 | 45.85 | 13.28 | - |
| YUV | 176.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 76 | 0 | 0.21 | 0.65 | 0.14 | 41.12 | 0.67 | 0.58 |
| Hex | DB | AE | 4C | 0 | 15 | 41 | E | 29 | 43 | 3A |
| Octal | 333 | 256 | 114 | 0 | 25 | 101 | 16 | 51 | 103 | 72 |
| Binary | 11011011 | 10101110 | 1001100 | 0 | 10101 | 1000001 | 1110 | 101001 | 1000011 | 111010 |
Color Harmonies of #DBAE4C
Complementary color
Monochromatic Colors of #DBAE4C
Black with #DBAE4C
Text Example
Text Example
White with #DBAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE4C; }
p { color: rgb(219,174,76); }
H1.HeaderClassName
{
color: #DBAE4C;
}
.AnyTagClassName
{
color: #DBAE4C;
}
</style>
background-color css
<style>
a { background-color: #DBAE4C; }
a { background-color: rgb(219,174,76); }
div.DivClassName
{
background-color: #DBAE4C;
}
.BgClassName
{
background-color: #DBAE4C;
}
</style>
border-color css
<style>
span { border-color: #DBAE4C; }
span { border-color: rgb(219,174,76); }
td.TdClassName
{
border-color: #DBAE4C;
}
.TagClassName
{
border-color: #DBAE4C;
}
</style>