Shades of Rob Roy #DCAA4F
Tints of Rob Roy #DCAA4F
RGB
CMYK
RGB Variations
Color information
#DCAA4F (or 0xDCAA4F) is known color: Rob Roy. HEX triplet: DC, AA and 4F. RGB value is (220,170,79). Sum of RGB (Red+Green+Blue) = 220+170+79=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA4F is #2355B0. Grayscale: #AEAEAE. Windows color (decimal): -2315697 or 5221084. OLE color: 5221084.
HSL color Cylindrical-coordinate representation of color #DCAA4F: hue angle of 38.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCAA4F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 79 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.14 |
| HSL | 38.72º | 0.67% | 0.59% | - |
| HSV(B) | 38.72º | 0.64% | 0.86% | - |
| XYZ | 45.3 | 44.53 | 13.6 | - |
| YUV | 174.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 79 | 0 | 0.23 | 0.64 | 0.14 | 38.72 | 0.67 | 0.59 |
| Hex | DC | AA | 4F | 0 | 17 | 40 | E | 27 | 43 | 3B |
| Octal | 334 | 252 | 117 | 0 | 27 | 100 | 16 | 47 | 103 | 73 |
| Binary | 11011100 | 10101010 | 1001111 | 0 | 10111 | 1000000 | 1110 | 100111 | 1000011 | 111011 |
Color Harmonies of #DCAA4F
Complementary color
Monochromatic Colors of #DCAA4F
Black with #DCAA4F
Text Example
Text Example
White with #DCAA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA4F; }
p { color: rgb(220,170,79); }
H1.HeaderClassName
{
color: #DCAA4F;
}
.AnyTagClassName
{
color: #DCAA4F;
}
</style>
background-color css
<style>
a { background-color: #DCAA4F; }
a { background-color: rgb(220,170,79); }
div.DivClassName
{
background-color: #DCAA4F;
}
.BgClassName
{
background-color: #DCAA4F;
}
</style>
border-color css
<style>
span { border-color: #DCAA4F; }
span { border-color: rgb(220,170,79); }
td.TdClassName
{
border-color: #DCAA4F;
}
.TagClassName
{
border-color: #DCAA4F;
}
</style>