Shades of Rob Roy #DCB555
Tints of Rob Roy #DCB555
RGB
CMYK
RGB Variations
Color information
#DCB555 (or 0xDCB555) is known color: Rob Roy. HEX triplet: DC, B5 and 55. RGB value is (220,181,85). Sum of RGB (Red+Green+Blue) = 220+181+85=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB555 is #234AAA. Grayscale: #B6B6B6. Windows color (decimal): -2312875 or 5617116. OLE color: 5617116.
HSL color Cylindrical-coordinate representation of color #DCB555: hue angle of 42.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCB555 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 85 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.14 |
| HSL | 42.67º | 0.66% | 0.6% | - |
| HSV(B) | 42.67º | 0.61% | 0.86% | - |
| XYZ | 47.68 | 48.92 | 15.52 | - |
| YUV | 181.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 85 | 0 | 0.18 | 0.61 | 0.14 | 42.67 | 0.66 | 0.6 |
| Hex | DC | B5 | 55 | 0 | 12 | 3D | E | 2B | 42 | 3C |
| Octal | 334 | 265 | 125 | 0 | 22 | 75 | 16 | 53 | 102 | 74 |
| Binary | 11011100 | 10110101 | 1010101 | 0 | 10010 | 111101 | 1110 | 101011 | 1000010 | 111100 |
Color Harmonies of #DCB555
Complementary color
Monochromatic Colors of #DCB555
Black with #DCB555
Text Example
Text Example
White with #DCB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB555; }
p { color: rgb(220,181,85); }
H1.HeaderClassName
{
color: #DCB555;
}
.AnyTagClassName
{
color: #DCB555;
}
</style>
background-color css
<style>
a { background-color: #DCB555; }
a { background-color: rgb(220,181,85); }
div.DivClassName
{
background-color: #DCB555;
}
.BgClassName
{
background-color: #DCB555;
}
</style>
border-color css
<style>
span { border-color: #DCB555; }
span { border-color: rgb(220,181,85); }
td.TdClassName
{
border-color: #DCB555;
}
.TagClassName
{
border-color: #DCB555;
}
</style>