Shades of Rob Roy #DCB64F
Tints of Rob Roy #DCB64F
RGB
CMYK
RGB Variations
Color information
#DCB64F (or 0xDCB64F) is known color: Rob Roy. HEX triplet: DC, B6 and 4F. RGB value is (220,182,79). Sum of RGB (Red+Green+Blue) = 220+182+79=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB64F is #2349B0. Grayscale: #B6B6B6. Windows color (decimal): -2312625 or 5224156. OLE color: 5224156.
HSL color Cylindrical-coordinate representation of color #DCB64F: hue angle of 43.83º 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 #DCB64F is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 79 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.14 |
| HSL | 43.83º | 0.67% | 0.59% | - |
| HSV(B) | 43.83º | 0.64% | 0.86% | - |
| XYZ | 47.65 | 49.24 | 14.39 | - |
| YUV | 181.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 79 | 0 | 0.17 | 0.64 | 0.14 | 43.83 | 0.67 | 0.59 |
| Hex | DC | B6 | 4F | 0 | 11 | 40 | E | 2C | 43 | 3B |
| Octal | 334 | 266 | 117 | 0 | 21 | 100 | 16 | 54 | 103 | 73 |
| Binary | 11011100 | 10110110 | 1001111 | 0 | 10001 | 1000000 | 1110 | 101100 | 1000011 | 111011 |
Color Harmonies of #DCB64F
Complementary color
Monochromatic Colors of #DCB64F
Black with #DCB64F
Text Example
Text Example
White with #DCB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB64F; }
p { color: rgb(220,182,79); }
H1.HeaderClassName
{
color: #DCB64F;
}
.AnyTagClassName
{
color: #DCB64F;
}
</style>
background-color css
<style>
a { background-color: #DCB64F; }
a { background-color: rgb(220,182,79); }
div.DivClassName
{
background-color: #DCB64F;
}
.BgClassName
{
background-color: #DCB64F;
}
</style>
border-color css
<style>
span { border-color: #DCB64F; }
span { border-color: rgb(220,182,79); }
td.TdClassName
{
border-color: #DCB64F;
}
.TagClassName
{
border-color: #DCB64F;
}
</style>