Shades of Rob Roy #DAB258
Tints of Rob Roy #DAB258
RGB
CMYK
RGB Variations
Color information
#DAB258 (or 0xDAB258) is known color: Rob Roy. HEX triplet: DA, B2 and 58. RGB value is (218,178,88). Sum of RGB (Red+Green+Blue) = 218+178+88=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB258 is #254DA7. Grayscale: #B4B4B4. Windows color (decimal): -2444712 or 5812954. OLE color: 5812954.
HSL color Cylindrical-coordinate representation of color #DAB258: hue angle of 41.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAB258 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 88 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.15 |
| HSL | 41.54º | 0.64% | 0.6% | - |
| HSV(B) | 41.54º | 0.6% | 0.85% | - |
| XYZ | 46.6 | 47.45 | 15.94 | - |
| YUV | 179.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 88 | 0 | 0.18 | 0.60 | 0.15 | 41.54 | 0.64 | 0.6 |
| Hex | DA | B2 | 58 | 0 | 12 | 3C | F | 2A | 40 | 3C |
| Octal | 332 | 262 | 130 | 0 | 22 | 74 | 17 | 52 | 100 | 74 |
| Binary | 11011010 | 10110010 | 1011000 | 0 | 10010 | 111100 | 1111 | 101010 | 1000000 | 111100 |
Color Harmonies of #DAB258
Complementary color
Monochromatic Colors of #DAB258
Black with #DAB258
Text Example
Text Example
White with #DAB258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB258; }
p { color: rgb(218,178,88); }
H1.HeaderClassName
{
color: #DAB258;
}
.AnyTagClassName
{
color: #DAB258;
}
</style>
background-color css
<style>
a { background-color: #DAB258; }
a { background-color: rgb(218,178,88); }
div.DivClassName
{
background-color: #DAB258;
}
.BgClassName
{
background-color: #DAB258;
}
</style>
border-color css
<style>
span { border-color: #DAB258; }
span { border-color: rgb(218,178,88); }
td.TdClassName
{
border-color: #DAB258;
}
.TagClassName
{
border-color: #DAB258;
}
</style>