Shades of Rob Roy #DCB354
Tints of Rob Roy #DCB354
RGB
CMYK
RGB Variations
Color information
#DCB354 (or 0xDCB354) is known color: Rob Roy. HEX triplet: DC, B3 and 54. RGB value is (220,179,84). Sum of RGB (Red+Green+Blue) = 220+179+84=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB354 is #234CAB. Grayscale: #B4B4B4. Windows color (decimal): -2313388 or 5551068. OLE color: 5551068.
HSL color Cylindrical-coordinate representation of color #DCB354: hue angle of 41.91º 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 #DCB354 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 84 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.14 |
| HSL | 41.91º | 0.66% | 0.6% | - |
| HSV(B) | 41.91º | 0.62% | 0.86% | - |
| XYZ | 47.24 | 48.1 | 15.18 | - |
| YUV | 180.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 84 | 0 | 0.19 | 0.62 | 0.14 | 41.91 | 0.66 | 0.6 |
| Hex | DC | B3 | 54 | 0 | 13 | 3E | E | 2A | 42 | 3C |
| Octal | 334 | 263 | 124 | 0 | 23 | 76 | 16 | 52 | 102 | 74 |
| Binary | 11011100 | 10110011 | 1010100 | 0 | 10011 | 111110 | 1110 | 101010 | 1000010 | 111100 |
Color Harmonies of #DCB354
Complementary color
Monochromatic Colors of #DCB354
Black with #DCB354
Text Example
Text Example
White with #DCB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB354; }
p { color: rgb(220,179,84); }
H1.HeaderClassName
{
color: #DCB354;
}
.AnyTagClassName
{
color: #DCB354;
}
</style>
background-color css
<style>
a { background-color: #DCB354; }
a { background-color: rgb(220,179,84); }
div.DivClassName
{
background-color: #DCB354;
}
.BgClassName
{
background-color: #DCB354;
}
</style>
border-color css
<style>
span { border-color: #DCB354; }
span { border-color: rgb(220,179,84); }
td.TdClassName
{
border-color: #DCB354;
}
.TagClassName
{
border-color: #DCB354;
}
</style>