Shades of Rob Roy #DCB553
Tints of Rob Roy #DCB553
RGB
CMYK
RGB Variations
Color information
#DCB553 (or 0xDCB553) is known color: Rob Roy. HEX triplet: DC, B5 and 53. RGB value is (220,181,83). Sum of RGB (Red+Green+Blue) = 220+181+83=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB553 is #234AAC. Grayscale: #B5B5B5. Windows color (decimal): -2312877 or 5486044. OLE color: 5486044.
HSL color Cylindrical-coordinate representation of color #DCB553: hue angle of 42.92º 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 #DCB553 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 83 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.14 |
| HSL | 42.92º | 0.66% | 0.59% | - |
| HSV(B) | 42.92º | 0.62% | 0.86% | - |
| XYZ | 47.6 | 48.89 | 15.11 | - |
| YUV | 181.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 83 | 0 | 0.18 | 0.62 | 0.14 | 42.92 | 0.66 | 0.59 |
| Hex | DC | B5 | 53 | 0 | 12 | 3E | E | 2B | 42 | 3B |
| Octal | 334 | 265 | 123 | 0 | 22 | 76 | 16 | 53 | 102 | 73 |
| Binary | 11011100 | 10110101 | 1010011 | 0 | 10010 | 111110 | 1110 | 101011 | 1000010 | 111011 |
Color Harmonies of #DCB553
Complementary color
Monochromatic Colors of #DCB553
Black with #DCB553
Text Example
Text Example
White with #DCB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB553; }
p { color: rgb(220,181,83); }
H1.HeaderClassName
{
color: #DCB553;
}
.AnyTagClassName
{
color: #DCB553;
}
</style>
background-color css
<style>
a { background-color: #DCB553; }
a { background-color: rgb(220,181,83); }
div.DivClassName
{
background-color: #DCB553;
}
.BgClassName
{
background-color: #DCB553;
}
</style>
border-color css
<style>
span { border-color: #DCB553; }
span { border-color: rgb(220,181,83); }
td.TdClassName
{
border-color: #DCB553;
}
.TagClassName
{
border-color: #DCB553;
}
</style>