Shades of Rob Roy #DCB753
Tints of Rob Roy #DCB753
RGB
CMYK
RGB Variations
Color information
#DCB753 (or 0xDCB753) is known color: Rob Roy. HEX triplet: DC, B7 and 53. RGB value is (220,183,83). Sum of RGB (Red+Green+Blue) = 220+183+83=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB753 is #2348AC. Grayscale: #B7B7B7. Windows color (decimal): -2312365 or 5486556. OLE color: 5486556.
HSL color Cylindrical-coordinate representation of color #DCB753: hue angle of 43.8º 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 #DCB753 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 83 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.14 |
| HSL | 43.8º | 0.66% | 0.59% | - |
| HSV(B) | 43.8º | 0.62% | 0.86% | - |
| XYZ | 48.01 | 49.71 | 15.25 | - |
| YUV | 182.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 83 | 0 | 0.17 | 0.62 | 0.14 | 43.8 | 0.66 | 0.59 |
| Hex | DC | B7 | 53 | 0 | 11 | 3E | E | 2C | 42 | 3B |
| Octal | 334 | 267 | 123 | 0 | 21 | 76 | 16 | 54 | 102 | 73 |
| Binary | 11011100 | 10110111 | 1010011 | 0 | 10001 | 111110 | 1110 | 101100 | 1000010 | 111011 |
Color Harmonies of #DCB753
Complementary color
Monochromatic Colors of #DCB753
Black with #DCB753
Text Example
Text Example
White with #DCB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB753; }
p { color: rgb(220,183,83); }
H1.HeaderClassName
{
color: #DCB753;
}
.AnyTagClassName
{
color: #DCB753;
}
</style>
background-color css
<style>
a { background-color: #DCB753; }
a { background-color: rgb(220,183,83); }
div.DivClassName
{
background-color: #DCB753;
}
.BgClassName
{
background-color: #DCB753;
}
</style>
border-color css
<style>
span { border-color: #DCB753; }
span { border-color: rgb(220,183,83); }
td.TdClassName
{
border-color: #DCB753;
}
.TagClassName
{
border-color: #DCB753;
}
</style>