Shades of Rob Roy #DCB64B
Tints of Rob Roy #DCB64B
RGB
CMYK
RGB Variations
Color information
#DCB64B (or 0xDCB64B) is known color: Rob Roy. HEX triplet: DC, B6 and 4B. RGB value is (220,182,75). Sum of RGB (Red+Green+Blue) = 220+182+75=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB64B is #2349B4. Grayscale: #B5B5B5. Windows color (decimal): -2312629 or 4962012. OLE color: 4962012.
HSL color Cylindrical-coordinate representation of color #DCB64B: hue angle of 44.28º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCB64B is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 75 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.14 |
| HSL | 44.28º | 0.67% | 0.58% | - |
| HSV(B) | 44.28º | 0.66% | 0.86% | - |
| XYZ | 47.51 | 49.18 | 13.65 | - |
| YUV | 181.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 75 | 0 | 0.17 | 0.66 | 0.14 | 44.28 | 0.67 | 0.58 |
| Hex | DC | B6 | 4B | 0 | 11 | 42 | E | 2C | 43 | 3A |
| Octal | 334 | 266 | 113 | 0 | 21 | 102 | 16 | 54 | 103 | 72 |
| Binary | 11011100 | 10110110 | 1001011 | 0 | 10001 | 1000010 | 1110 | 101100 | 1000011 | 111010 |
Color Harmonies of #DCB64B
Complementary color
Monochromatic Colors of #DCB64B
Black with #DCB64B
Text Example
Text Example
White with #DCB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB64B; }
p { color: rgb(220,182,75); }
H1.HeaderClassName
{
color: #DCB64B;
}
.AnyTagClassName
{
color: #DCB64B;
}
</style>
background-color css
<style>
a { background-color: #DCB64B; }
a { background-color: rgb(220,182,75); }
div.DivClassName
{
background-color: #DCB64B;
}
.BgClassName
{
background-color: #DCB64B;
}
</style>
border-color css
<style>
span { border-color: #DCB64B; }
span { border-color: rgb(220,182,75); }
td.TdClassName
{
border-color: #DCB64B;
}
.TagClassName
{
border-color: #DCB64B;
}
</style>