Shades of Rob Roy #DCB453
Tints of Rob Roy #DCB453
RGB
CMYK
RGB Variations
Color information
#DCB453 (or 0xDCB453) is known color: Rob Roy. HEX triplet: DC, B4 and 53. RGB value is (220,180,83). Sum of RGB (Red+Green+Blue) = 220+180+83=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB453 is #234BAC. Grayscale: #B5B5B5. Windows color (decimal): -2313133 or 5485788. OLE color: 5485788.
HSL color Cylindrical-coordinate representation of color #DCB453: hue angle of 42.48º 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 #DCB453 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 83 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.14 |
| HSL | 42.48º | 0.66% | 0.59% | - |
| HSV(B) | 42.48º | 0.62% | 0.86% | - |
| XYZ | 47.4 | 48.48 | 15.04 | - |
| YUV | 180.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 83 | 0 | 0.18 | 0.62 | 0.14 | 42.48 | 0.66 | 0.59 |
| Hex | DC | B4 | 53 | 0 | 12 | 3E | E | 2A | 42 | 3B |
| Octal | 334 | 264 | 123 | 0 | 22 | 76 | 16 | 52 | 102 | 73 |
| Binary | 11011100 | 10110100 | 1010011 | 0 | 10010 | 111110 | 1110 | 101010 | 1000010 | 111011 |
Color Harmonies of #DCB453
Complementary color
Monochromatic Colors of #DCB453
Black with #DCB453
Text Example
Text Example
White with #DCB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB453; }
p { color: rgb(220,180,83); }
H1.HeaderClassName
{
color: #DCB453;
}
.AnyTagClassName
{
color: #DCB453;
}
</style>
background-color css
<style>
a { background-color: #DCB453; }
a { background-color: rgb(220,180,83); }
div.DivClassName
{
background-color: #DCB453;
}
.BgClassName
{
background-color: #DCB453;
}
</style>
border-color css
<style>
span { border-color: #DCB453; }
span { border-color: rgb(220,180,83); }
td.TdClassName
{
border-color: #DCB453;
}
.TagClassName
{
border-color: #DCB453;
}
</style>