Shades of Rob Roy #DCB64D
Tints of Rob Roy #DCB64D
RGB
CMYK
RGB Variations
Color information
#DCB64D (or 0xDCB64D) is known color: Rob Roy. HEX triplet: DC, B6 and 4D. RGB value is (220,182,77). Sum of RGB (Red+Green+Blue) = 220+182+77=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB64D is #2349B2. Grayscale: #B5B5B5. Windows color (decimal): -2312627 or 5093084. OLE color: 5093084.
HSL color Cylindrical-coordinate representation of color #DCB64D: hue angle of 44.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCB64D is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 77 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.14 |
| HSL | 44.06º | 0.67% | 0.58% | - |
| HSV(B) | 44.06º | 0.65% | 0.86% | - |
| XYZ | 47.58 | 49.21 | 14.01 | - |
| YUV | 181.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 77 | 0 | 0.17 | 0.65 | 0.14 | 44.06 | 0.67 | 0.58 |
| Hex | DC | B6 | 4D | 0 | 11 | 41 | E | 2C | 43 | 3A |
| Octal | 334 | 266 | 115 | 0 | 21 | 101 | 16 | 54 | 103 | 72 |
| Binary | 11011100 | 10110110 | 1001101 | 0 | 10001 | 1000001 | 1110 | 101100 | 1000011 | 111010 |
Color Harmonies of #DCB64D
Complementary color
Monochromatic Colors of #DCB64D
Black with #DCB64D
Text Example
Text Example
White with #DCB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB64D; }
p { color: rgb(220,182,77); }
H1.HeaderClassName
{
color: #DCB64D;
}
.AnyTagClassName
{
color: #DCB64D;
}
</style>
background-color css
<style>
a { background-color: #DCB64D; }
a { background-color: rgb(220,182,77); }
div.DivClassName
{
background-color: #DCB64D;
}
.BgClassName
{
background-color: #DCB64D;
}
</style>
border-color css
<style>
span { border-color: #DCB64D; }
span { border-color: rgb(220,182,77); }
td.TdClassName
{
border-color: #DCB64D;
}
.TagClassName
{
border-color: #DCB64D;
}
</style>