Shades of Rob Roy #DAB053
Tints of Rob Roy #DAB053
RGB
CMYK
RGB Variations
Color information
#DAB053 (or 0xDAB053) is known color: Rob Roy. HEX triplet: DA, B0 and 53. RGB value is (218,176,83). Sum of RGB (Red+Green+Blue) = 218+176+83=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB053 is #254FAC. Grayscale: #B2B2B2. Windows color (decimal): -2445229 or 5484762. OLE color: 5484762.
HSL color Cylindrical-coordinate representation of color #DAB053: hue angle of 41.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAB053 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 83 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.15 |
| HSL | 41.33º | 0.65% | 0.59% | - |
| HSV(B) | 41.33º | 0.62% | 0.85% | - |
| XYZ | 46 | 46.58 | 14.75 | - |
| YUV | 177.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 83 | 0 | 0.19 | 0.62 | 0.15 | 41.33 | 0.65 | 0.59 |
| Hex | DA | B0 | 53 | 0 | 13 | 3E | F | 29 | 41 | 3B |
| Octal | 332 | 260 | 123 | 0 | 23 | 76 | 17 | 51 | 101 | 73 |
| Binary | 11011010 | 10110000 | 1010011 | 0 | 10011 | 111110 | 1111 | 101001 | 1000001 | 111011 |
Color Harmonies of #DAB053
Complementary color
Monochromatic Colors of #DAB053
Black with #DAB053
Text Example
Text Example
White with #DAB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB053; }
p { color: rgb(218,176,83); }
H1.HeaderClassName
{
color: #DAB053;
}
.AnyTagClassName
{
color: #DAB053;
}
</style>
background-color css
<style>
a { background-color: #DAB053; }
a { background-color: rgb(218,176,83); }
div.DivClassName
{
background-color: #DAB053;
}
.BgClassName
{
background-color: #DAB053;
}
</style>
border-color css
<style>
span { border-color: #DAB053; }
span { border-color: rgb(218,176,83); }
td.TdClassName
{
border-color: #DAB053;
}
.TagClassName
{
border-color: #DAB053;
}
</style>