Shades of Rob Roy #DCAF53
Tints of Rob Roy #DCAF53
RGB
CMYK
RGB Variations
Color information
#DCAF53 (or 0xDCAF53) is known color: Rob Roy. HEX triplet: DC, AF and 53. RGB value is (220,175,83). Sum of RGB (Red+Green+Blue) = 220+175+83=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF53 is #2350AC. Grayscale: #B2B2B2. Windows color (decimal): -2314413 or 5484508. OLE color: 5484508.
HSL color Cylindrical-coordinate representation of color #DCAF53: hue angle of 40.29º 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 #DCAF53 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 83 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.14 |
| HSL | 40.29º | 0.66% | 0.59% | - |
| HSV(B) | 40.29º | 0.62% | 0.86% | - |
| XYZ | 46.41 | 46.5 | 14.71 | - |
| YUV | 177.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 83 | 0 | 0.20 | 0.62 | 0.14 | 40.29 | 0.66 | 0.59 |
| Hex | DC | AF | 53 | 0 | 14 | 3E | E | 28 | 42 | 3B |
| Octal | 334 | 257 | 123 | 0 | 24 | 76 | 16 | 50 | 102 | 73 |
| Binary | 11011100 | 10101111 | 1010011 | 0 | 10100 | 111110 | 1110 | 101000 | 1000010 | 111011 |
Color Harmonies of #DCAF53
Complementary color
Monochromatic Colors of #DCAF53
Black with #DCAF53
Text Example
Text Example
White with #DCAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF53; }
p { color: rgb(220,175,83); }
H1.HeaderClassName
{
color: #DCAF53;
}
.AnyTagClassName
{
color: #DCAF53;
}
</style>
background-color css
<style>
a { background-color: #DCAF53; }
a { background-color: rgb(220,175,83); }
div.DivClassName
{
background-color: #DCAF53;
}
.BgClassName
{
background-color: #DCAF53;
}
</style>
border-color css
<style>
span { border-color: #DCAF53; }
span { border-color: rgb(220,175,83); }
td.TdClassName
{
border-color: #DCAF53;
}
.TagClassName
{
border-color: #DCAF53;
}
</style>