Shades of Rob Roy #DAB64C
Tints of Rob Roy #DAB64C
RGB
CMYK
RGB Variations
Color information
#DAB64C (or 0xDAB64C) is known color: Rob Roy. HEX triplet: DA, B6 and 4C. RGB value is (218,182,76). Sum of RGB (Red+Green+Blue) = 218+182+76=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB64C is #2549B3. Grayscale: #B5B5B5. Windows color (decimal): -2443700 or 5027546. OLE color: 5027546.
HSL color Cylindrical-coordinate representation of color #DAB64C: hue angle of 44.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAB64C is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 76 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.15 |
| HSL | 44.79º | 0.66% | 0.58% | - |
| HSV(B) | 44.79º | 0.65% | 0.85% | - |
| XYZ | 46.95 | 48.88 | 13.8 | - |
| YUV | 180.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 76 | 0 | 0.17 | 0.65 | 0.15 | 44.79 | 0.66 | 0.58 |
| Hex | DA | B6 | 4C | 0 | 11 | 41 | F | 2D | 42 | 3A |
| Octal | 332 | 266 | 114 | 0 | 21 | 101 | 17 | 55 | 102 | 72 |
| Binary | 11011010 | 10110110 | 1001100 | 0 | 10001 | 1000001 | 1111 | 101101 | 1000010 | 111010 |
Color Harmonies of #DAB64C
Complementary color
Monochromatic Colors of #DAB64C
Black with #DAB64C
Text Example
Text Example
White with #DAB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB64C; }
p { color: rgb(218,182,76); }
H1.HeaderClassName
{
color: #DAB64C;
}
.AnyTagClassName
{
color: #DAB64C;
}
</style>
background-color css
<style>
a { background-color: #DAB64C; }
a { background-color: rgb(218,182,76); }
div.DivClassName
{
background-color: #DAB64C;
}
.BgClassName
{
background-color: #DAB64C;
}
</style>
border-color css
<style>
span { border-color: #DAB64C; }
span { border-color: rgb(218,182,76); }
td.TdClassName
{
border-color: #DAB64C;
}
.TagClassName
{
border-color: #DAB64C;
}
</style>