Shades of Rob Roy #DAAC4E
Tints of Rob Roy #DAAC4E
RGB
CMYK
RGB Variations
Color information
#DAAC4E (or 0xDAAC4E) is known color: Rob Roy. HEX triplet: DA, AC and 4E. RGB value is (218,172,78). Sum of RGB (Red+Green+Blue) = 218+172+78=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC4E is #2553B1. Grayscale: #AFAFAF. Windows color (decimal): -2446258 or 5156058. OLE color: 5156058.
HSL color Cylindrical-coordinate representation of color #DAAC4E: hue angle of 40.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAAC4E is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 78 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.15 |
| HSL | 40.29º | 0.65% | 0.58% | - |
| HSV(B) | 40.29º | 0.64% | 0.85% | - |
| XYZ | 45.04 | 44.96 | 13.51 | - |
| YUV | 175.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 78 | 0 | 0.21 | 0.64 | 0.15 | 40.29 | 0.65 | 0.58 |
| Hex | DA | AC | 4E | 0 | 15 | 40 | F | 28 | 41 | 3A |
| Octal | 332 | 254 | 116 | 0 | 25 | 100 | 17 | 50 | 101 | 72 |
| Binary | 11011010 | 10101100 | 1001110 | 0 | 10101 | 1000000 | 1111 | 101000 | 1000001 | 111010 |
Color Harmonies of #DAAC4E
Complementary color
Monochromatic Colors of #DAAC4E
Black with #DAAC4E
Text Example
Text Example
White with #DAAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC4E; }
p { color: rgb(218,172,78); }
H1.HeaderClassName
{
color: #DAAC4E;
}
.AnyTagClassName
{
color: #DAAC4E;
}
</style>
background-color css
<style>
a { background-color: #DAAC4E; }
a { background-color: rgb(218,172,78); }
div.DivClassName
{
background-color: #DAAC4E;
}
.BgClassName
{
background-color: #DAAC4E;
}
</style>
border-color css
<style>
span { border-color: #DAAC4E; }
span { border-color: rgb(218,172,78); }
td.TdClassName
{
border-color: #DAAC4E;
}
.TagClassName
{
border-color: #DAAC4E;
}
</style>