Shades of Rob Roy #DCAF49
Tints of Rob Roy #DCAF49
RGB
CMYK
RGB Variations
Color information
#DCAF49 (or 0xDCAF49) is known color: Rob Roy. HEX triplet: DC, AF and 49. RGB value is (220,175,73). Sum of RGB (Red+Green+Blue) = 220+175+73=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF49 is #2350B6. Grayscale: #B1B1B1. Windows color (decimal): -2314423 or 4829148. OLE color: 4829148.
HSL color Cylindrical-coordinate representation of color #DCAF49: hue angle of 41.63º 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 #DCAF49 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 73 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.14 |
| HSL | 41.63º | 0.68% | 0.57% | - |
| HSV(B) | 41.63º | 0.67% | 0.86% | - |
| XYZ | 46.05 | 46.36 | 12.82 | - |
| YUV | 176.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 73 | 0 | 0.20 | 0.67 | 0.14 | 41.63 | 0.68 | 0.57 |
| Hex | DC | AF | 49 | 0 | 14 | 43 | E | 2A | 44 | 39 |
| Octal | 334 | 257 | 111 | 0 | 24 | 103 | 16 | 52 | 104 | 71 |
| Binary | 11011100 | 10101111 | 1001001 | 0 | 10100 | 1000011 | 1110 | 101010 | 1000100 | 111001 |
Color Harmonies of #DCAF49
Complementary color
Monochromatic Colors of #DCAF49
Black with #DCAF49
Text Example
Text Example
White with #DCAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF49; }
p { color: rgb(220,175,73); }
H1.HeaderClassName
{
color: #DCAF49;
}
.AnyTagClassName
{
color: #DCAF49;
}
</style>
background-color css
<style>
a { background-color: #DCAF49; }
a { background-color: rgb(220,175,73); }
div.DivClassName
{
background-color: #DCAF49;
}
.BgClassName
{
background-color: #DCAF49;
}
</style>
border-color css
<style>
span { border-color: #DCAF49; }
span { border-color: rgb(220,175,73); }
td.TdClassName
{
border-color: #DCAF49;
}
.TagClassName
{
border-color: #DCAF49;
}
</style>