Shades of Rob Roy #DCAF52
Tints of Rob Roy #DCAF52
RGB
CMYK
RGB Variations
Color information
#DCAF52 (or 0xDCAF52) is known color: Rob Roy. HEX triplet: DC, AF and 52. RGB value is (220,175,82). Sum of RGB (Red+Green+Blue) = 220+175+82=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF52 is #2350AD. Grayscale: #B2B2B2. Windows color (decimal): -2314414 or 5418972. OLE color: 5418972.
HSL color Cylindrical-coordinate representation of color #DCAF52: hue angle of 40.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCAF52 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 82 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.14 |
| HSL | 40.43º | 0.66% | 0.59% | - |
| HSV(B) | 40.43º | 0.63% | 0.86% | - |
| XYZ | 46.37 | 46.48 | 14.51 | - |
| YUV | 177.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 82 | 0 | 0.20 | 0.63 | 0.14 | 40.43 | 0.66 | 0.59 |
| Hex | DC | AF | 52 | 0 | 14 | 3F | E | 28 | 42 | 3B |
| Octal | 334 | 257 | 122 | 0 | 24 | 77 | 16 | 50 | 102 | 73 |
| Binary | 11011100 | 10101111 | 1010010 | 0 | 10100 | 111111 | 1110 | 101000 | 1000010 | 111011 |
Color Harmonies of #DCAF52
Complementary color
Monochromatic Colors of #DCAF52
Black with #DCAF52
Text Example
Text Example
White with #DCAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF52; }
p { color: rgb(220,175,82); }
H1.HeaderClassName
{
color: #DCAF52;
}
.AnyTagClassName
{
color: #DCAF52;
}
</style>
background-color css
<style>
a { background-color: #DCAF52; }
a { background-color: rgb(220,175,82); }
div.DivClassName
{
background-color: #DCAF52;
}
.BgClassName
{
background-color: #DCAF52;
}
</style>
border-color css
<style>
span { border-color: #DCAF52; }
span { border-color: rgb(220,175,82); }
td.TdClassName
{
border-color: #DCAF52;
}
.TagClassName
{
border-color: #DCAF52;
}
</style>