Shades of Rob Roy #DCB249
Tints of Rob Roy #DCB249
RGB
CMYK
RGB Variations
Color information
#DCB249 (or 0xDCB249) is known color: Rob Roy. HEX triplet: DC, B2 and 49. RGB value is (220,178,73). Sum of RGB (Red+Green+Blue) = 220+178+73=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB249 is #234DB6. Grayscale: #B3B3B3. Windows color (decimal): -2313655 or 4829916. OLE color: 4829916.
HSL color Cylindrical-coordinate representation of color #DCB249: hue angle of 42.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCB249 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 73 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.14 |
| HSL | 42.86º | 0.68% | 0.57% | - |
| HSV(B) | 42.86º | 0.67% | 0.86% | - |
| XYZ | 46.64 | 47.54 | 13.02 | - |
| YUV | 178.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 73 | 0 | 0.19 | 0.67 | 0.14 | 42.86 | 0.68 | 0.57 |
| Hex | DC | B2 | 49 | 0 | 13 | 43 | E | 2B | 44 | 39 |
| Octal | 334 | 262 | 111 | 0 | 23 | 103 | 16 | 53 | 104 | 71 |
| Binary | 11011100 | 10110010 | 1001001 | 0 | 10011 | 1000011 | 1110 | 101011 | 1000100 | 111001 |
Color Harmonies of #DCB249
Complementary color
Monochromatic Colors of #DCB249
Black with #DCB249
Text Example
Text Example
White with #DCB249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB249; }
p { color: rgb(220,178,73); }
H1.HeaderClassName
{
color: #DCB249;
}
.AnyTagClassName
{
color: #DCB249;
}
</style>
background-color css
<style>
a { background-color: #DCB249; }
a { background-color: rgb(220,178,73); }
div.DivClassName
{
background-color: #DCB249;
}
.BgClassName
{
background-color: #DCB249;
}
</style>
border-color css
<style>
span { border-color: #DCB249; }
span { border-color: rgb(220,178,73); }
td.TdClassName
{
border-color: #DCB249;
}
.TagClassName
{
border-color: #DCB249;
}
</style>