Shades of Rob Roy #DCAF5B
Tints of Rob Roy #DCAF5B
RGB
CMYK
RGB Variations
Color information
#DCAF5B (or 0xDCAF5B) is known color: Rob Roy. HEX triplet: DC, AF and 5B. RGB value is (220,175,91). Sum of RGB (Red+Green+Blue) = 220+175+91=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF5B is #2350A4. Grayscale: #B3B3B3. Windows color (decimal): -2314405 or 6008796. OLE color: 6008796.
HSL color Cylindrical-coordinate representation of color #DCAF5B: hue angle of 39.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCAF5B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 91 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.14 |
| HSL | 39.07º | 0.65% | 0.61% | - |
| HSV(B) | 39.07º | 0.59% | 0.86% | - |
| XYZ | 46.73 | 46.63 | 16.44 | - |
| YUV | 178.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 91 | 0 | 0.20 | 0.59 | 0.14 | 39.07 | 0.65 | 0.61 |
| Hex | DC | AF | 5B | 0 | 14 | 3B | E | 27 | 41 | 3D |
| Octal | 334 | 257 | 133 | 0 | 24 | 73 | 16 | 47 | 101 | 75 |
| Binary | 11011100 | 10101111 | 1011011 | 0 | 10100 | 111011 | 1110 | 100111 | 1000001 | 111101 |
Color Harmonies of #DCAF5B
Complementary color
Monochromatic Colors of #DCAF5B
Black with #DCAF5B
Text Example
Text Example
White with #DCAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF5B; }
p { color: rgb(220,175,91); }
H1.HeaderClassName
{
color: #DCAF5B;
}
.AnyTagClassName
{
color: #DCAF5B;
}
</style>
background-color css
<style>
a { background-color: #DCAF5B; }
a { background-color: rgb(220,175,91); }
div.DivClassName
{
background-color: #DCAF5B;
}
.BgClassName
{
background-color: #DCAF5B;
}
</style>
border-color css
<style>
span { border-color: #DCAF5B; }
span { border-color: rgb(220,175,91); }
td.TdClassName
{
border-color: #DCAF5B;
}
.TagClassName
{
border-color: #DCAF5B;
}
</style>