Shades of Rob Roy #DCB357
Tints of Rob Roy #DCB357
RGB
CMYK
RGB Variations
Color information
#DCB357 (or 0xDCB357) is known color: Rob Roy. HEX triplet: DC, B3 and 57. RGB value is (220,179,87). Sum of RGB (Red+Green+Blue) = 220+179+87=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB357 is #234CA8. Grayscale: #B5B5B5. Windows color (decimal): -2313385 or 5747676. OLE color: 5747676.
HSL color Cylindrical-coordinate representation of color #DCB357: hue angle of 41.5º degrees, saturation: 0.66, 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 #DCB357 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 87 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.14 |
| HSL | 41.5º | 0.66% | 0.6% | - |
| HSV(B) | 41.5º | 0.6% | 0.86% | - |
| XYZ | 47.36 | 48.14 | 15.81 | - |
| YUV | 180.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 87 | 0 | 0.19 | 0.60 | 0.14 | 41.5 | 0.66 | 0.6 |
| Hex | DC | B3 | 57 | 0 | 13 | 3C | E | 2A | 42 | 3C |
| Octal | 334 | 263 | 127 | 0 | 23 | 74 | 16 | 52 | 102 | 74 |
| Binary | 11011100 | 10110011 | 1010111 | 0 | 10011 | 111100 | 1110 | 101010 | 1000010 | 111100 |
Color Harmonies of #DCB357
Complementary color
Monochromatic Colors of #DCB357
Black with #DCB357
Text Example
Text Example
White with #DCB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB357; }
p { color: rgb(220,179,87); }
H1.HeaderClassName
{
color: #DCB357;
}
.AnyTagClassName
{
color: #DCB357;
}
</style>
background-color css
<style>
a { background-color: #DCB357; }
a { background-color: rgb(220,179,87); }
div.DivClassName
{
background-color: #DCB357;
}
.BgClassName
{
background-color: #DCB357;
}
</style>
border-color css
<style>
span { border-color: #DCB357; }
span { border-color: rgb(220,179,87); }
td.TdClassName
{
border-color: #DCB357;
}
.TagClassName
{
border-color: #DCB357;
}
</style>