Shades of Rob Roy #DCB457
Tints of Rob Roy #DCB457
RGB
CMYK
RGB Variations
Color information
#DCB457 (or 0xDCB457) is known color: Rob Roy. HEX triplet: DC, B4 and 57. RGB value is (220,180,87). Sum of RGB (Red+Green+Blue) = 220+180+87=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 87 (34.38% from 255 or 17.86% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB457 is #234BA8. Grayscale: #B5B5B5. Windows color (decimal): -2313129 or 5747932. OLE color: 5747932.
HSL color Cylindrical-coordinate representation of color #DCB457: hue angle of 41.95º 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 #DCB457 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 87 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.14 |
| HSL | 41.95º | 0.66% | 0.6% | - |
| HSV(B) | 41.95º | 0.6% | 0.86% | - |
| XYZ | 47.56 | 48.55 | 15.88 | - |
| YUV | 181.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 87 | 0 | 0.18 | 0.60 | 0.14 | 41.95 | 0.66 | 0.6 |
| Hex | DC | B4 | 57 | 0 | 12 | 3C | E | 2A | 42 | 3C |
| Octal | 334 | 264 | 127 | 0 | 22 | 74 | 16 | 52 | 102 | 74 |
| Binary | 11011100 | 10110100 | 1010111 | 0 | 10010 | 111100 | 1110 | 101010 | 1000010 | 111100 |
Color Harmonies of #DCB457
Complementary color
Monochromatic Colors of #DCB457
Black with #DCB457
Text Example
Text Example
White with #DCB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB457; }
p { color: rgb(220,180,87); }
H1.HeaderClassName
{
color: #DCB457;
}
.AnyTagClassName
{
color: #DCB457;
}
</style>
background-color css
<style>
a { background-color: #DCB457; }
a { background-color: rgb(220,180,87); }
div.DivClassName
{
background-color: #DCB457;
}
.BgClassName
{
background-color: #DCB457;
}
</style>
border-color css
<style>
span { border-color: #DCB457; }
span { border-color: rgb(220,180,87); }
td.TdClassName
{
border-color: #DCB457;
}
.TagClassName
{
border-color: #DCB457;
}
</style>