Shades of Rob Roy #DCB557
Tints of Rob Roy #DCB557
RGB
CMYK
RGB Variations
Color information
#DCB557 (or 0xDCB557) is known color: Rob Roy. HEX triplet: DC, B5 and 57. RGB value is (220,181,87). Sum of RGB (Red+Green+Blue) = 220+181+87=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB557 is #234AA8. Grayscale: #B6B6B6. Windows color (decimal): -2312873 or 5748188. OLE color: 5748188.
HSL color Cylindrical-coordinate representation of color #DCB557: hue angle of 42.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCB557 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 87 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.14 |
| HSL | 42.41º | 0.66% | 0.6% | - |
| HSV(B) | 42.41º | 0.6% | 0.86% | - |
| XYZ | 47.76 | 48.95 | 15.95 | - |
| YUV | 181.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 87 | 0 | 0.18 | 0.60 | 0.14 | 42.41 | 0.66 | 0.6 |
| Hex | DC | B5 | 57 | 0 | 12 | 3C | E | 2A | 42 | 3C |
| Octal | 334 | 265 | 127 | 0 | 22 | 74 | 16 | 52 | 102 | 74 |
| Binary | 11011100 | 10110101 | 1010111 | 0 | 10010 | 111100 | 1110 | 101010 | 1000010 | 111100 |
Color Harmonies of #DCB557
Complementary color
Monochromatic Colors of #DCB557
Black with #DCB557
Text Example
Text Example
White with #DCB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB557; }
p { color: rgb(220,181,87); }
H1.HeaderClassName
{
color: #DCB557;
}
.AnyTagClassName
{
color: #DCB557;
}
</style>
background-color css
<style>
a { background-color: #DCB557; }
a { background-color: rgb(220,181,87); }
div.DivClassName
{
background-color: #DCB557;
}
.BgClassName
{
background-color: #DCB557;
}
</style>
border-color css
<style>
span { border-color: #DCB557; }
span { border-color: rgb(220,181,87); }
td.TdClassName
{
border-color: #DCB557;
}
.TagClassName
{
border-color: #DCB557;
}
</style>