Shades of Rob Roy #DBB64C
Tints of Rob Roy #DBB64C
RGB
CMYK
RGB Variations
Color information
#DBB64C (or 0xDBB64C) is known color: Rob Roy. HEX triplet: DB, B6 and 4C. RGB value is (219,182,76). Sum of RGB (Red+Green+Blue) = 219+182+76=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB64C is #2449B3. Grayscale: #B5B5B5. Windows color (decimal): -2378164 or 5027547. OLE color: 5027547.
HSL color Cylindrical-coordinate representation of color #DBB64C: hue angle of 44.48º 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 #DBB64C is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 76 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.14 |
| HSL | 44.48º | 0.67% | 0.58% | - |
| HSV(B) | 44.48º | 0.65% | 0.86% | - |
| XYZ | 47.25 | 49.04 | 13.81 | - |
| YUV | 180.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 76 | 0 | 0.17 | 0.65 | 0.14 | 44.48 | 0.67 | 0.58 |
| Hex | DB | B6 | 4C | 0 | 11 | 41 | E | 2C | 43 | 3A |
| Octal | 333 | 266 | 114 | 0 | 21 | 101 | 16 | 54 | 103 | 72 |
| Binary | 11011011 | 10110110 | 1001100 | 0 | 10001 | 1000001 | 1110 | 101100 | 1000011 | 111010 |
Color Harmonies of #DBB64C
Complementary color
Monochromatic Colors of #DBB64C
Black with #DBB64C
Text Example
Text Example
White with #DBB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB64C; }
p { color: rgb(219,182,76); }
H1.HeaderClassName
{
color: #DBB64C;
}
.AnyTagClassName
{
color: #DBB64C;
}
</style>
background-color css
<style>
a { background-color: #DBB64C; }
a { background-color: rgb(219,182,76); }
div.DivClassName
{
background-color: #DBB64C;
}
.BgClassName
{
background-color: #DBB64C;
}
</style>
border-color css
<style>
span { border-color: #DBB64C; }
span { border-color: rgb(219,182,76); }
td.TdClassName
{
border-color: #DBB64C;
}
.TagClassName
{
border-color: #DBB64C;
}
</style>