Shades of Rob Roy #DCB852
Tints of Rob Roy #DCB852
RGB
CMYK
RGB Variations
Color information
#DCB852 (or 0xDCB852) is known color: Rob Roy. HEX triplet: DC, B8 and 52. RGB value is (220,184,82). Sum of RGB (Red+Green+Blue) = 220+184+82=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB852 is #2347AD. Grayscale: #B7B7B7. Windows color (decimal): -2312110 or 5421276. OLE color: 5421276.
HSL color Cylindrical-coordinate representation of color #DCB852: hue angle of 44.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCB852 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 82 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.14 |
| HSL | 44.35º | 0.66% | 0.59% | - |
| HSV(B) | 44.35º | 0.63% | 0.86% | - |
| XYZ | 48.18 | 50.11 | 15.11 | - |
| YUV | 183.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 82 | 0 | 0.16 | 0.63 | 0.14 | 44.35 | 0.66 | 0.59 |
| Hex | DC | B8 | 52 | 0 | 10 | 3F | E | 2C | 42 | 3B |
| Octal | 334 | 270 | 122 | 0 | 20 | 77 | 16 | 54 | 102 | 73 |
| Binary | 11011100 | 10111000 | 1010010 | 0 | 10000 | 111111 | 1110 | 101100 | 1000010 | 111011 |
Color Harmonies of #DCB852
Complementary color
Monochromatic Colors of #DCB852
Black with #DCB852
Text Example
Text Example
White with #DCB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB852; }
p { color: rgb(220,184,82); }
H1.HeaderClassName
{
color: #DCB852;
}
.AnyTagClassName
{
color: #DCB852;
}
</style>
background-color css
<style>
a { background-color: #DCB852; }
a { background-color: rgb(220,184,82); }
div.DivClassName
{
background-color: #DCB852;
}
.BgClassName
{
background-color: #DCB852;
}
</style>
border-color css
<style>
span { border-color: #DCB852; }
span { border-color: rgb(220,184,82); }
td.TdClassName
{
border-color: #DCB852;
}
.TagClassName
{
border-color: #DCB852;
}
</style>