Shades of Rob Roy #DCAF4C
Tints of Rob Roy #DCAF4C
RGB
CMYK
RGB Variations
Color information
#DCAF4C (or 0xDCAF4C) is known color: Rob Roy. HEX triplet: DC, AF and 4C. RGB value is (220,175,76). Sum of RGB (Red+Green+Blue) = 220+175+76=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF4C is #2350B3. Grayscale: #B1B1B1. Windows color (decimal): -2314420 or 5025756. OLE color: 5025756.
HSL color Cylindrical-coordinate representation of color #DCAF4C: hue angle of 41.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCAF4C is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 76 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.14 |
| HSL | 41.25º | 0.67% | 0.58% | - |
| HSV(B) | 41.25º | 0.65% | 0.86% | - |
| XYZ | 46.15 | 46.4 | 13.36 | - |
| YUV | 177.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 76 | 0 | 0.20 | 0.65 | 0.14 | 41.25 | 0.67 | 0.58 |
| Hex | DC | AF | 4C | 0 | 14 | 41 | E | 29 | 43 | 3A |
| Octal | 334 | 257 | 114 | 0 | 24 | 101 | 16 | 51 | 103 | 72 |
| Binary | 11011100 | 10101111 | 1001100 | 0 | 10100 | 1000001 | 1110 | 101001 | 1000011 | 111010 |
Color Harmonies of #DCAF4C
Complementary color
Monochromatic Colors of #DCAF4C
Black with #DCAF4C
Text Example
Text Example
White with #DCAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF4C; }
p { color: rgb(220,175,76); }
H1.HeaderClassName
{
color: #DCAF4C;
}
.AnyTagClassName
{
color: #DCAF4C;
}
</style>
background-color css
<style>
a { background-color: #DCAF4C; }
a { background-color: rgb(220,175,76); }
div.DivClassName
{
background-color: #DCAF4C;
}
.BgClassName
{
background-color: #DCAF4C;
}
</style>
border-color css
<style>
span { border-color: #DCAF4C; }
span { border-color: rgb(220,175,76); }
td.TdClassName
{
border-color: #DCAF4C;
}
.TagClassName
{
border-color: #DCAF4C;
}
</style>