Shades of Rob Roy #DCB84F
Tints of Rob Roy #DCB84F
RGB
CMYK
RGB Variations
Color information
#DCB84F (or 0xDCB84F) is known color: Rob Roy. HEX triplet: DC, B8 and 4F. RGB value is (220,184,79). Sum of RGB (Red+Green+Blue) = 220+184+79=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB84F is #2347B0. Grayscale: #B7B7B7. Windows color (decimal): -2312113 or 5224668. OLE color: 5224668.
HSL color Cylindrical-coordinate representation of color #DCB84F: hue angle of 44.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCB84F is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 79 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.14 |
| HSL | 44.68º | 0.67% | 0.59% | - |
| HSV(B) | 44.68º | 0.64% | 0.86% | - |
| XYZ | 48.07 | 50.06 | 14.53 | - |
| YUV | 182.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 79 | 0 | 0.16 | 0.64 | 0.14 | 44.68 | 0.67 | 0.59 |
| Hex | DC | B8 | 4F | 0 | 10 | 40 | E | 2D | 43 | 3B |
| Octal | 334 | 270 | 117 | 0 | 20 | 100 | 16 | 55 | 103 | 73 |
| Binary | 11011100 | 10111000 | 1001111 | 0 | 10000 | 1000000 | 1110 | 101101 | 1000011 | 111011 |
Color Harmonies of #DCB84F
Complementary color
Monochromatic Colors of #DCB84F
Black with #DCB84F
Text Example
Text Example
White with #DCB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB84F; }
p { color: rgb(220,184,79); }
H1.HeaderClassName
{
color: #DCB84F;
}
.AnyTagClassName
{
color: #DCB84F;
}
</style>
background-color css
<style>
a { background-color: #DCB84F; }
a { background-color: rgb(220,184,79); }
div.DivClassName
{
background-color: #DCB84F;
}
.BgClassName
{
background-color: #DCB84F;
}
</style>
border-color css
<style>
span { border-color: #DCB84F; }
span { border-color: rgb(220,184,79); }
td.TdClassName
{
border-color: #DCB84F;
}
.TagClassName
{
border-color: #DCB84F;
}
</style>