Shades of Rob Roy #DCB250
Tints of Rob Roy #DCB250
RGB
CMYK
RGB Variations
Color information
#DCB250 (or 0xDCB250) is known color: Rob Roy. HEX triplet: DC, B2 and 50. RGB value is (220,178,80). Sum of RGB (Red+Green+Blue) = 220+178+80=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB250 is #234DAF. Grayscale: #B3B3B3. Windows color (decimal): -2313648 or 5288668. OLE color: 5288668.
HSL color Cylindrical-coordinate representation of color #DCB250: hue angle of 42º 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 #DCB250 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 80 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.14 |
| HSL | 42º | 0.67% | 0.59% | - |
| HSV(B) | 42º | 0.64% | 0.86% | - |
| XYZ | 46.88 | 47.64 | 14.31 | - |
| YUV | 179.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 80 | 0 | 0.19 | 0.64 | 0.14 | 42 | 0.67 | 0.59 |
| Hex | DC | B2 | 50 | 0 | 13 | 40 | E | 2A | 43 | 3B |
| Octal | 334 | 262 | 120 | 0 | 23 | 100 | 16 | 52 | 103 | 73 |
| Binary | 11011100 | 10110010 | 1010000 | 0 | 10011 | 1000000 | 1110 | 101010 | 1000011 | 111011 |
Color Harmonies of #DCB250
Complementary color
Monochromatic Colors of #DCB250
Black with #DCB250
Text Example
Text Example
White with #DCB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB250; }
p { color: rgb(220,178,80); }
H1.HeaderClassName
{
color: #DCB250;
}
.AnyTagClassName
{
color: #DCB250;
}
</style>
background-color css
<style>
a { background-color: #DCB250; }
a { background-color: rgb(220,178,80); }
div.DivClassName
{
background-color: #DCB250;
}
.BgClassName
{
background-color: #DCB250;
}
</style>
border-color css
<style>
span { border-color: #DCB250; }
span { border-color: rgb(220,178,80); }
td.TdClassName
{
border-color: #DCB250;
}
.TagClassName
{
border-color: #DCB250;
}
</style>