Shades of Rob Roy #DCB152
Tints of Rob Roy #DCB152
RGB
CMYK
RGB Variations
Color information
#DCB152 (or 0xDCB152) is known color: Rob Roy. HEX triplet: DC, B1 and 52. RGB value is (220,177,82). Sum of RGB (Red+Green+Blue) = 220+177+82=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB152 is #234EAD. Grayscale: #B3B3B3. Windows color (decimal): -2313902 or 5419484. OLE color: 5419484.
HSL color Cylindrical-coordinate representation of color #DCB152: hue angle of 41.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCB152 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 82 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.14 |
| HSL | 41.3º | 0.66% | 0.59% | - |
| HSV(B) | 41.3º | 0.63% | 0.86% | - |
| XYZ | 46.76 | 47.27 | 14.64 | - |
| YUV | 179.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 82 | 0 | 0.20 | 0.63 | 0.14 | 41.3 | 0.66 | 0.59 |
| Hex | DC | B1 | 52 | 0 | 14 | 3F | E | 29 | 42 | 3B |
| Octal | 334 | 261 | 122 | 0 | 24 | 77 | 16 | 51 | 102 | 73 |
| Binary | 11011100 | 10110001 | 1010010 | 0 | 10100 | 111111 | 1110 | 101001 | 1000010 | 111011 |
Color Harmonies of #DCB152
Complementary color
Monochromatic Colors of #DCB152
Black with #DCB152
Text Example
Text Example
White with #DCB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB152; }
p { color: rgb(220,177,82); }
H1.HeaderClassName
{
color: #DCB152;
}
.AnyTagClassName
{
color: #DCB152;
}
</style>
background-color css
<style>
a { background-color: #DCB152; }
a { background-color: rgb(220,177,82); }
div.DivClassName
{
background-color: #DCB152;
}
.BgClassName
{
background-color: #DCB152;
}
</style>
border-color css
<style>
span { border-color: #DCB152; }
span { border-color: rgb(220,177,82); }
td.TdClassName
{
border-color: #DCB152;
}
.TagClassName
{
border-color: #DCB152;
}
</style>