Shades of Rob Roy #DCAF58
Tints of Rob Roy #DCAF58
RGB
CMYK
RGB Variations
Color information
#DCAF58 (or 0xDCAF58) is known color: Rob Roy. HEX triplet: DC, AF and 58. RGB value is (220,175,88). Sum of RGB (Red+Green+Blue) = 220+175+88=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF58 is #2350A7. Grayscale: #B2B2B2. Windows color (decimal): -2314408 or 5812188. OLE color: 5812188.
HSL color Cylindrical-coordinate representation of color #DCAF58: hue angle of 39.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCAF58 is Cyan = 0, Magento = 0.20, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 88 | - |
| CMYK | 0 | 0.20 | 0.6 | 0.14 |
| HSL | 39.55º | 0.65% | 0.6% | - |
| HSV(B) | 39.55º | 0.6% | 0.86% | - |
| XYZ | 46.61 | 46.58 | 15.77 | - |
| YUV | 178.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 88 | 0 | 0.20 | 0.6 | 0.14 | 39.55 | 0.65 | 0.6 |
| Hex | DC | AF | 58 | 0 | 14 | 3C | E | 28 | 41 | 3C |
| Octal | 334 | 257 | 130 | 0 | 24 | 74 | 16 | 50 | 101 | 74 |
| Binary | 11011100 | 10101111 | 1011000 | 0 | 10100 | 111100 | 1110 | 101000 | 1000001 | 111100 |
Color Harmonies of #DCAF58
Complementary color
Monochromatic Colors of #DCAF58
Black with #DCAF58
Text Example
Text Example
White with #DCAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF58; }
p { color: rgb(220,175,88); }
H1.HeaderClassName
{
color: #DCAF58;
}
.AnyTagClassName
{
color: #DCAF58;
}
</style>
background-color css
<style>
a { background-color: #DCAF58; }
a { background-color: rgb(220,175,88); }
div.DivClassName
{
background-color: #DCAF58;
}
.BgClassName
{
background-color: #DCAF58;
}
</style>
border-color css
<style>
span { border-color: #DCAF58; }
span { border-color: rgb(220,175,88); }
td.TdClassName
{
border-color: #DCAF58;
}
.TagClassName
{
border-color: #DCAF58;
}
</style>