Shades of Rob Roy #DCB554
Tints of Rob Roy #DCB554
RGB
CMYK
RGB Variations
Color information
#DCB554 (or 0xDCB554) is known color: Rob Roy. HEX triplet: DC, B5 and 54. RGB value is (220,181,84). Sum of RGB (Red+Green+Blue) = 220+181+84=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB554 is #234AAB. Grayscale: #B6B6B6. Windows color (decimal): -2312876 or 5551580. OLE color: 5551580.
HSL color Cylindrical-coordinate representation of color #DCB554: hue angle of 42.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCB554 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 84 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.14 |
| HSL | 42.79º | 0.66% | 0.6% | - |
| HSV(B) | 42.79º | 0.62% | 0.86% | - |
| XYZ | 47.64 | 48.9 | 15.32 | - |
| YUV | 181.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 84 | 0 | 0.18 | 0.62 | 0.14 | 42.79 | 0.66 | 0.6 |
| Hex | DC | B5 | 54 | 0 | 12 | 3E | E | 2B | 42 | 3C |
| Octal | 334 | 265 | 124 | 0 | 22 | 76 | 16 | 53 | 102 | 74 |
| Binary | 11011100 | 10110101 | 1010100 | 0 | 10010 | 111110 | 1110 | 101011 | 1000010 | 111100 |
Color Harmonies of #DCB554
Complementary color
Monochromatic Colors of #DCB554
Black with #DCB554
Text Example
Text Example
White with #DCB554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB554; }
p { color: rgb(220,181,84); }
H1.HeaderClassName
{
color: #DCB554;
}
.AnyTagClassName
{
color: #DCB554;
}
</style>
background-color css
<style>
a { background-color: #DCB554; }
a { background-color: rgb(220,181,84); }
div.DivClassName
{
background-color: #DCB554;
}
.BgClassName
{
background-color: #DCB554;
}
</style>
border-color css
<style>
span { border-color: #DCB554; }
span { border-color: rgb(220,181,84); }
td.TdClassName
{
border-color: #DCB554;
}
.TagClassName
{
border-color: #DCB554;
}
</style>