Shades of Rob Roy #DBB64F
Tints of Rob Roy #DBB64F
RGB
CMYK
RGB Variations
Color information
#DBB64F (or 0xDBB64F) is known color: Rob Roy. HEX triplet: DB, B6 and 4F. RGB value is (219,182,79). Sum of RGB (Red+Green+Blue) = 219+182+79=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB64F is #2449B0. Grayscale: #B5B5B5. Windows color (decimal): -2378161 or 5224155. OLE color: 5224155.
HSL color Cylindrical-coordinate representation of color #DBB64F: hue angle of 44.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBB64F is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 79 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.14 |
| HSL | 44.14º | 0.66% | 0.58% | - |
| HSV(B) | 44.14º | 0.64% | 0.86% | - |
| XYZ | 47.35 | 49.08 | 14.37 | - |
| YUV | 181.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 79 | 0 | 0.17 | 0.64 | 0.14 | 44.14 | 0.66 | 0.58 |
| Hex | DB | B6 | 4F | 0 | 11 | 40 | E | 2C | 42 | 3A |
| Octal | 333 | 266 | 117 | 0 | 21 | 100 | 16 | 54 | 102 | 72 |
| Binary | 11011011 | 10110110 | 1001111 | 0 | 10001 | 1000000 | 1110 | 101100 | 1000010 | 111010 |
Color Harmonies of #DBB64F
Complementary color
Monochromatic Colors of #DBB64F
Black with #DBB64F
Text Example
Text Example
White with #DBB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB64F; }
p { color: rgb(219,182,79); }
H1.HeaderClassName
{
color: #DBB64F;
}
.AnyTagClassName
{
color: #DBB64F;
}
</style>
background-color css
<style>
a { background-color: #DBB64F; }
a { background-color: rgb(219,182,79); }
div.DivClassName
{
background-color: #DBB64F;
}
.BgClassName
{
background-color: #DBB64F;
}
</style>
border-color css
<style>
span { border-color: #DBB64F; }
span { border-color: rgb(219,182,79); }
td.TdClassName
{
border-color: #DBB64F;
}
.TagClassName
{
border-color: #DBB64F;
}
</style>