Shades of Rob Roy #DAAF4A
Tints of Rob Roy #DAAF4A
RGB
CMYK
RGB Variations
Color information
#DAAF4A (or 0xDAAF4A) is known color: Rob Roy. HEX triplet: DA, AF and 4A. RGB value is (218,175,74). Sum of RGB (Red+Green+Blue) = 218+175+74=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF4A is #2550B5. Grayscale: #B0B0B0. Windows color (decimal): -2445494 or 4894682. OLE color: 4894682.
HSL color Cylindrical-coordinate representation of color #DAAF4A: hue angle of 42.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAAF4A is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 74 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.15 |
| HSL | 42.08º | 0.66% | 0.57% | - |
| HSV(B) | 42.08º | 0.66% | 0.85% | - |
| XYZ | 45.48 | 46.06 | 12.97 | - |
| YUV | 176.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 74 | 0 | 0.20 | 0.66 | 0.15 | 42.08 | 0.66 | 0.57 |
| Hex | DA | AF | 4A | 0 | 14 | 42 | F | 2A | 42 | 39 |
| Octal | 332 | 257 | 112 | 0 | 24 | 102 | 17 | 52 | 102 | 71 |
| Binary | 11011010 | 10101111 | 1001010 | 0 | 10100 | 1000010 | 1111 | 101010 | 1000010 | 111001 |
Color Harmonies of #DAAF4A
Complementary color
Monochromatic Colors of #DAAF4A
Black with #DAAF4A
Text Example
Text Example
White with #DAAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF4A; }
p { color: rgb(218,175,74); }
H1.HeaderClassName
{
color: #DAAF4A;
}
.AnyTagClassName
{
color: #DAAF4A;
}
</style>
background-color css
<style>
a { background-color: #DAAF4A; }
a { background-color: rgb(218,175,74); }
div.DivClassName
{
background-color: #DAAF4A;
}
.BgClassName
{
background-color: #DAAF4A;
}
</style>
border-color css
<style>
span { border-color: #DAAF4A; }
span { border-color: rgb(218,175,74); }
td.TdClassName
{
border-color: #DAAF4A;
}
.TagClassName
{
border-color: #DAAF4A;
}
</style>