Shades of Rob Roy #DCB752
Tints of Rob Roy #DCB752
RGB
CMYK
RGB Variations
Color information
#DCB752 (or 0xDCB752) is known color: Rob Roy. HEX triplet: DC, B7 and 52. RGB value is (220,183,82). Sum of RGB (Red+Green+Blue) = 220+183+82=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB752 is #2348AD. Grayscale: #B6B6B6. Windows color (decimal): -2312366 or 5421020. OLE color: 5421020.
HSL color Cylindrical-coordinate representation of color #DCB752: hue angle of 43.91º 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 #DCB752 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 82 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.14 |
| HSL | 43.91º | 0.66% | 0.59% | - |
| HSV(B) | 43.91º | 0.63% | 0.86% | - |
| XYZ | 47.97 | 49.69 | 15.05 | - |
| YUV | 182.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 82 | 0 | 0.17 | 0.63 | 0.14 | 43.91 | 0.66 | 0.59 |
| Hex | DC | B7 | 52 | 0 | 11 | 3F | E | 2C | 42 | 3B |
| Octal | 334 | 267 | 122 | 0 | 21 | 77 | 16 | 54 | 102 | 73 |
| Binary | 11011100 | 10110111 | 1010010 | 0 | 10001 | 111111 | 1110 | 101100 | 1000010 | 111011 |
Color Harmonies of #DCB752
Complementary color
Monochromatic Colors of #DCB752
Black with #DCB752
Text Example
Text Example
White with #DCB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB752; }
p { color: rgb(220,183,82); }
H1.HeaderClassName
{
color: #DCB752;
}
.AnyTagClassName
{
color: #DCB752;
}
</style>
background-color css
<style>
a { background-color: #DCB752; }
a { background-color: rgb(220,183,82); }
div.DivClassName
{
background-color: #DCB752;
}
.BgClassName
{
background-color: #DCB752;
}
</style>
border-color css
<style>
span { border-color: #DCB752; }
span { border-color: rgb(220,183,82); }
td.TdClassName
{
border-color: #DCB752;
}
.TagClassName
{
border-color: #DCB752;
}
</style>