Shades of Rob Roy #DBAC4B
Tints of Rob Roy #DBAC4B
RGB
CMYK
RGB Variations
Color information
#DBAC4B (or 0xDBAC4B) is known color: Rob Roy. HEX triplet: DB, AC and 4B. RGB value is (219,172,75). Sum of RGB (Red+Green+Blue) = 219+172+75=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC4B is #2453B4. Grayscale: #AFAFAF. Windows color (decimal): -2380725 or 4959451. OLE color: 4959451.
HSL color Cylindrical-coordinate representation of color #DBAC4B: hue angle of 40.42º 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 #DBAC4B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 75 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.14 |
| HSL | 40.42º | 0.67% | 0.58% | - |
| HSV(B) | 40.42º | 0.66% | 0.86% | - |
| XYZ | 45.24 | 45.07 | 12.97 | - |
| YUV | 175 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 75 | 0 | 0.21 | 0.66 | 0.14 | 40.42 | 0.67 | 0.58 |
| Hex | DB | AC | 4B | 0 | 15 | 42 | E | 28 | 43 | 3A |
| Octal | 333 | 254 | 113 | 0 | 25 | 102 | 16 | 50 | 103 | 72 |
| Binary | 11011011 | 10101100 | 1001011 | 0 | 10101 | 1000010 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DBAC4B
Complementary color
Monochromatic Colors of #DBAC4B
Black with #DBAC4B
Text Example
Text Example
White with #DBAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC4B; }
p { color: rgb(219,172,75); }
H1.HeaderClassName
{
color: #DBAC4B;
}
.AnyTagClassName
{
color: #DBAC4B;
}
</style>
background-color css
<style>
a { background-color: #DBAC4B; }
a { background-color: rgb(219,172,75); }
div.DivClassName
{
background-color: #DBAC4B;
}
.BgClassName
{
background-color: #DBAC4B;
}
</style>
border-color css
<style>
span { border-color: #DBAC4B; }
span { border-color: rgb(219,172,75); }
td.TdClassName
{
border-color: #DBAC4B;
}
.TagClassName
{
border-color: #DBAC4B;
}
</style>