Shades of Rob Roy #DCAF56
Tints of Rob Roy #DCAF56
RGB
CMYK
RGB Variations
Color information
#DCAF56 (or 0xDCAF56) is known color: Rob Roy. HEX triplet: DC, AF and 56. RGB value is (220,175,86). Sum of RGB (Red+Green+Blue) = 220+175+86=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF56 is #2350A9. Grayscale: #B2B2B2. Windows color (decimal): -2314410 or 5681116. OLE color: 5681116.
HSL color Cylindrical-coordinate representation of color #DCAF56: hue angle of 39.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCAF56 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 86 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.14 |
| HSL | 39.85º | 0.66% | 0.6% | - |
| HSV(B) | 39.85º | 0.61% | 0.86% | - |
| XYZ | 46.52 | 46.55 | 15.34 | - |
| YUV | 178.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 86 | 0 | 0.20 | 0.61 | 0.14 | 39.85 | 0.66 | 0.6 |
| Hex | DC | AF | 56 | 0 | 14 | 3D | E | 28 | 42 | 3C |
| Octal | 334 | 257 | 126 | 0 | 24 | 75 | 16 | 50 | 102 | 74 |
| Binary | 11011100 | 10101111 | 1010110 | 0 | 10100 | 111101 | 1110 | 101000 | 1000010 | 111100 |
Color Harmonies of #DCAF56
Complementary color
Monochromatic Colors of #DCAF56
Black with #DCAF56
Text Example
Text Example
White with #DCAF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF56; }
p { color: rgb(220,175,86); }
H1.HeaderClassName
{
color: #DCAF56;
}
.AnyTagClassName
{
color: #DCAF56;
}
</style>
background-color css
<style>
a { background-color: #DCAF56; }
a { background-color: rgb(220,175,86); }
div.DivClassName
{
background-color: #DCAF56;
}
.BgClassName
{
background-color: #DCAF56;
}
</style>
border-color css
<style>
span { border-color: #DCAF56; }
span { border-color: rgb(220,175,86); }
td.TdClassName
{
border-color: #DCAF56;
}
.TagClassName
{
border-color: #DCAF56;
}
</style>