Shades of Rob Roy #DAB04B
Tints of Rob Roy #DAB04B
RGB
CMYK
RGB Variations
Color information
#DAB04B (or 0xDAB04B) is known color: Rob Roy. HEX triplet: DA, B0 and 4B. RGB value is (218,176,75). Sum of RGB (Red+Green+Blue) = 218+176+75=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB04B is #254FB4. Grayscale: #B1B1B1. Windows color (decimal): -2445237 or 4960474. OLE color: 4960474.
HSL color Cylindrical-coordinate representation of color #DAB04B: hue angle of 42.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB04B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 75 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.15 |
| HSL | 42.38º | 0.66% | 0.57% | - |
| HSV(B) | 42.38º | 0.66% | 0.85% | - |
| XYZ | 45.71 | 46.46 | 13.22 | - |
| YUV | 177.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 75 | 0 | 0.19 | 0.66 | 0.15 | 42.38 | 0.66 | 0.57 |
| Hex | DA | B0 | 4B | 0 | 13 | 42 | F | 2A | 42 | 39 |
| Octal | 332 | 260 | 113 | 0 | 23 | 102 | 17 | 52 | 102 | 71 |
| Binary | 11011010 | 10110000 | 1001011 | 0 | 10011 | 1000010 | 1111 | 101010 | 1000010 | 111001 |
Color Harmonies of #DAB04B
Complementary color
Monochromatic Colors of #DAB04B
Black with #DAB04B
Text Example
Text Example
White with #DAB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB04B; }
p { color: rgb(218,176,75); }
H1.HeaderClassName
{
color: #DAB04B;
}
.AnyTagClassName
{
color: #DAB04B;
}
</style>
background-color css
<style>
a { background-color: #DAB04B; }
a { background-color: rgb(218,176,75); }
div.DivClassName
{
background-color: #DAB04B;
}
.BgClassName
{
background-color: #DAB04B;
}
</style>
border-color css
<style>
span { border-color: #DAB04B; }
span { border-color: rgb(218,176,75); }
td.TdClassName
{
border-color: #DAB04B;
}
.TagClassName
{
border-color: #DAB04B;
}
</style>