Shades of Rob Roy #DAAC4C
Tints of Rob Roy #DAAC4C
RGB
CMYK
RGB Variations
Color information
#DAAC4C (or 0xDAAC4C) is known color: Rob Roy. HEX triplet: DA, AC and 4C. RGB value is (218,172,76). Sum of RGB (Red+Green+Blue) = 218+172+76=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC4C is #2553B3. Grayscale: #AFAFAF. Windows color (decimal): -2446260 or 5024986. OLE color: 5024986.
HSL color Cylindrical-coordinate representation of color #DAAC4C: hue angle of 40.56º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAAC4C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 76 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.15 |
| HSL | 40.56º | 0.66% | 0.58% | - |
| HSV(B) | 40.56º | 0.65% | 0.85% | - |
| XYZ | 44.97 | 44.93 | 13.14 | - |
| YUV | 174.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 76 | 0 | 0.21 | 0.65 | 0.15 | 40.56 | 0.66 | 0.58 |
| Hex | DA | AC | 4C | 0 | 15 | 41 | F | 29 | 42 | 3A |
| Octal | 332 | 254 | 114 | 0 | 25 | 101 | 17 | 51 | 102 | 72 |
| Binary | 11011010 | 10101100 | 1001100 | 0 | 10101 | 1000001 | 1111 | 101001 | 1000010 | 111010 |
Color Harmonies of #DAAC4C
Complementary color
Monochromatic Colors of #DAAC4C
Black with #DAAC4C
Text Example
Text Example
White with #DAAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC4C; }
p { color: rgb(218,172,76); }
H1.HeaderClassName
{
color: #DAAC4C;
}
.AnyTagClassName
{
color: #DAAC4C;
}
</style>
background-color css
<style>
a { background-color: #DAAC4C; }
a { background-color: rgb(218,172,76); }
div.DivClassName
{
background-color: #DAAC4C;
}
.BgClassName
{
background-color: #DAAC4C;
}
</style>
border-color css
<style>
span { border-color: #DAAC4C; }
span { border-color: rgb(218,172,76); }
td.TdClassName
{
border-color: #DAAC4C;
}
.TagClassName
{
border-color: #DAAC4C;
}
</style>