Shades of Rob Roy #DCB352
Tints of Rob Roy #DCB352
RGB
CMYK
RGB Variations
Color information
#DCB352 (or 0xDCB352) is known color: Rob Roy. HEX triplet: DC, B3 and 52. RGB value is (220,179,82). Sum of RGB (Red+Green+Blue) = 220+179+82=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB352 is #234CAD. Grayscale: #B4B4B4. Windows color (decimal): -2313390 or 5419996. OLE color: 5419996.
HSL color Cylindrical-coordinate representation of color #DCB352: hue angle of 42.17º 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 #DCB352 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 82 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.14 |
| HSL | 42.17º | 0.66% | 0.59% | - |
| HSV(B) | 42.17º | 0.63% | 0.86% | - |
| XYZ | 47.16 | 48.07 | 14.77 | - |
| YUV | 180.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 82 | 0 | 0.19 | 0.63 | 0.14 | 42.17 | 0.66 | 0.59 |
| Hex | DC | B3 | 52 | 0 | 13 | 3F | E | 2A | 42 | 3B |
| Octal | 334 | 263 | 122 | 0 | 23 | 77 | 16 | 52 | 102 | 73 |
| Binary | 11011100 | 10110011 | 1010010 | 0 | 10011 | 111111 | 1110 | 101010 | 1000010 | 111011 |
Color Harmonies of #DCB352
Complementary color
Monochromatic Colors of #DCB352
Black with #DCB352
Text Example
Text Example
White with #DCB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB352; }
p { color: rgb(220,179,82); }
H1.HeaderClassName
{
color: #DCB352;
}
.AnyTagClassName
{
color: #DCB352;
}
</style>
background-color css
<style>
a { background-color: #DCB352; }
a { background-color: rgb(220,179,82); }
div.DivClassName
{
background-color: #DCB352;
}
.BgClassName
{
background-color: #DCB352;
}
</style>
border-color css
<style>
span { border-color: #DCB352; }
span { border-color: rgb(220,179,82); }
td.TdClassName
{
border-color: #DCB352;
}
.TagClassName
{
border-color: #DCB352;
}
</style>