Shades of Rob Roy #DCB754
Tints of Rob Roy #DCB754
RGB
CMYK
RGB Variations
Color information
#DCB754 (or 0xDCB754) is known color: Rob Roy. HEX triplet: DC, B7 and 54. RGB value is (220,183,84). Sum of RGB (Red+Green+Blue) = 220+183+84=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB754 is #2348AB. Grayscale: #B7B7B7. Windows color (decimal): -2312364 or 5552092. OLE color: 5552092.
HSL color Cylindrical-coordinate representation of color #DCB754: hue angle of 43.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCB754 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 84 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.14 |
| HSL | 43.68º | 0.66% | 0.6% | - |
| HSV(B) | 43.68º | 0.62% | 0.86% | - |
| XYZ | 48.05 | 49.72 | 15.45 | - |
| YUV | 182.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 84 | 0 | 0.17 | 0.62 | 0.14 | 43.68 | 0.66 | 0.6 |
| Hex | DC | B7 | 54 | 0 | 11 | 3E | E | 2C | 42 | 3C |
| Octal | 334 | 267 | 124 | 0 | 21 | 76 | 16 | 54 | 102 | 74 |
| Binary | 11011100 | 10110111 | 1010100 | 0 | 10001 | 111110 | 1110 | 101100 | 1000010 | 111100 |
Color Harmonies of #DCB754
Complementary color
Monochromatic Colors of #DCB754
Black with #DCB754
Text Example
Text Example
White with #DCB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB754; }
p { color: rgb(220,183,84); }
H1.HeaderClassName
{
color: #DCB754;
}
.AnyTagClassName
{
color: #DCB754;
}
</style>
background-color css
<style>
a { background-color: #DCB754; }
a { background-color: rgb(220,183,84); }
div.DivClassName
{
background-color: #DCB754;
}
.BgClassName
{
background-color: #DCB754;
}
</style>
border-color css
<style>
span { border-color: #DCB754; }
span { border-color: rgb(220,183,84); }
td.TdClassName
{
border-color: #DCB754;
}
.TagClassName
{
border-color: #DCB754;
}
</style>