Shades of Rob Roy #DCB253
Tints of Rob Roy #DCB253
RGB
CMYK
RGB Variations
Color information
#DCB253 (or 0xDCB253) is known color: Rob Roy. HEX triplet: DC, B2 and 53. RGB value is (220,178,83). Sum of RGB (Red+Green+Blue) = 220+178+83=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB253 is #234DAC. Grayscale: #B4B4B4. Windows color (decimal): -2313645 or 5485276. OLE color: 5485276.
HSL color Cylindrical-coordinate representation of color #DCB253: hue angle of 41.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCB253 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 83 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.14 |
| HSL | 41.61º | 0.66% | 0.59% | - |
| HSV(B) | 41.61º | 0.62% | 0.86% | - |
| XYZ | 47 | 47.68 | 14.91 | - |
| YUV | 179.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 83 | 0 | 0.19 | 0.62 | 0.14 | 41.61 | 0.66 | 0.59 |
| Hex | DC | B2 | 53 | 0 | 13 | 3E | E | 2A | 42 | 3B |
| Octal | 334 | 262 | 123 | 0 | 23 | 76 | 16 | 52 | 102 | 73 |
| Binary | 11011100 | 10110010 | 1010011 | 0 | 10011 | 111110 | 1110 | 101010 | 1000010 | 111011 |
Color Harmonies of #DCB253
Complementary color
Monochromatic Colors of #DCB253
Black with #DCB253
Text Example
Text Example
White with #DCB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB253; }
p { color: rgb(220,178,83); }
H1.HeaderClassName
{
color: #DCB253;
}
.AnyTagClassName
{
color: #DCB253;
}
</style>
background-color css
<style>
a { background-color: #DCB253; }
a { background-color: rgb(220,178,83); }
div.DivClassName
{
background-color: #DCB253;
}
.BgClassName
{
background-color: #DCB253;
}
</style>
border-color css
<style>
span { border-color: #DCB253; }
span { border-color: rgb(220,178,83); }
td.TdClassName
{
border-color: #DCB253;
}
.TagClassName
{
border-color: #DCB253;
}
</style>