Shades of Rob Roy #DCAF5A
Tints of Rob Roy #DCAF5A
RGB
CMYK
RGB Variations
Color information
#DCAF5A (or 0xDCAF5A) is known color: Rob Roy. HEX triplet: DC, AF and 5A. RGB value is (220,175,90). Sum of RGB (Red+Green+Blue) = 220+175+90=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF5A is #2350A5. Grayscale: #B3B3B3. Windows color (decimal): -2314406 or 5943260. OLE color: 5943260.
HSL color Cylindrical-coordinate representation of color #DCAF5A: hue angle of 39.23º 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 #DCAF5A is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 90 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.14 |
| HSL | 39.23º | 0.65% | 0.61% | - |
| HSV(B) | 39.23º | 0.59% | 0.86% | - |
| XYZ | 46.69 | 46.61 | 16.21 | - |
| YUV | 178.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 90 | 0 | 0.20 | 0.59 | 0.14 | 39.23 | 0.65 | 0.61 |
| Hex | DC | AF | 5A | 0 | 14 | 3B | E | 27 | 41 | 3D |
| Octal | 334 | 257 | 132 | 0 | 24 | 73 | 16 | 47 | 101 | 75 |
| Binary | 11011100 | 10101111 | 1011010 | 0 | 10100 | 111011 | 1110 | 100111 | 1000001 | 111101 |
Color Harmonies of #DCAF5A
Complementary color
Monochromatic Colors of #DCAF5A
Black with #DCAF5A
Text Example
Text Example
White with #DCAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF5A; }
p { color: rgb(220,175,90); }
H1.HeaderClassName
{
color: #DCAF5A;
}
.AnyTagClassName
{
color: #DCAF5A;
}
</style>
background-color css
<style>
a { background-color: #DCAF5A; }
a { background-color: rgb(220,175,90); }
div.DivClassName
{
background-color: #DCAF5A;
}
.BgClassName
{
background-color: #DCAF5A;
}
</style>
border-color css
<style>
span { border-color: #DCAF5A; }
span { border-color: rgb(220,175,90); }
td.TdClassName
{
border-color: #DCAF5A;
}
.TagClassName
{
border-color: #DCAF5A;
}
</style>