Shades of Rob Roy #DCB358
Tints of Rob Roy #DCB358
RGB
CMYK
RGB Variations
Color information
#DCB358 (or 0xDCB358) is known color: Rob Roy. HEX triplet: DC, B3 and 58. RGB value is (220,179,88). Sum of RGB (Red+Green+Blue) = 220+179+88=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB358 is #234CA7. Grayscale: #B5B5B5. Windows color (decimal): -2313384 or 5813212. OLE color: 5813212.
HSL color Cylindrical-coordinate representation of color #DCB358: hue angle of 41.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCB358 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 88 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.14 |
| HSL | 41.36º | 0.65% | 0.6% | - |
| HSV(B) | 41.36º | 0.6% | 0.86% | - |
| XYZ | 47.4 | 48.16 | 16.03 | - |
| YUV | 180.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 88 | 0 | 0.19 | 0.6 | 0.14 | 41.36 | 0.65 | 0.6 |
| Hex | DC | B3 | 58 | 0 | 13 | 3C | E | 29 | 41 | 3C |
| Octal | 334 | 263 | 130 | 0 | 23 | 74 | 16 | 51 | 101 | 74 |
| Binary | 11011100 | 10110011 | 1011000 | 0 | 10011 | 111100 | 1110 | 101001 | 1000001 | 111100 |
Color Harmonies of #DCB358
Complementary color
Monochromatic Colors of #DCB358
Black with #DCB358
Text Example
Text Example
White with #DCB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB358; }
p { color: rgb(220,179,88); }
H1.HeaderClassName
{
color: #DCB358;
}
.AnyTagClassName
{
color: #DCB358;
}
</style>
background-color css
<style>
a { background-color: #DCB358; }
a { background-color: rgb(220,179,88); }
div.DivClassName
{
background-color: #DCB358;
}
.BgClassName
{
background-color: #DCB358;
}
</style>
border-color css
<style>
span { border-color: #DCB358; }
span { border-color: rgb(220,179,88); }
td.TdClassName
{
border-color: #DCB358;
}
.TagClassName
{
border-color: #DCB358;
}
</style>