Shades of Rob Roy #DAAC4D
Tints of Rob Roy #DAAC4D
RGB
CMYK
RGB Variations
Color information
#DAAC4D (or 0xDAAC4D) is known color: Rob Roy. HEX triplet: DA, AC and 4D. RGB value is (218,172,77). Sum of RGB (Red+Green+Blue) = 218+172+77=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC4D is #2553B2. Grayscale: #AFAFAF. Windows color (decimal): -2446259 or 5090522. OLE color: 5090522.
HSL color Cylindrical-coordinate representation of color #DAAC4D: hue angle of 40.43º 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 #DAAC4D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 77 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.15 |
| HSL | 40.43º | 0.66% | 0.58% | - |
| HSV(B) | 40.43º | 0.65% | 0.85% | - |
| XYZ | 45.01 | 44.95 | 13.32 | - |
| YUV | 174.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 77 | 0 | 0.21 | 0.65 | 0.15 | 40.43 | 0.66 | 0.58 |
| Hex | DA | AC | 4D | 0 | 15 | 41 | F | 28 | 42 | 3A |
| Octal | 332 | 254 | 115 | 0 | 25 | 101 | 17 | 50 | 102 | 72 |
| Binary | 11011010 | 10101100 | 1001101 | 0 | 10101 | 1000001 | 1111 | 101000 | 1000010 | 111010 |
Color Harmonies of #DAAC4D
Complementary color
Monochromatic Colors of #DAAC4D
Black with #DAAC4D
Text Example
Text Example
White with #DAAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC4D; }
p { color: rgb(218,172,77); }
H1.HeaderClassName
{
color: #DAAC4D;
}
.AnyTagClassName
{
color: #DAAC4D;
}
</style>
background-color css
<style>
a { background-color: #DAAC4D; }
a { background-color: rgb(218,172,77); }
div.DivClassName
{
background-color: #DAAC4D;
}
.BgClassName
{
background-color: #DAAC4D;
}
</style>
border-color css
<style>
span { border-color: #DAAC4D; }
span { border-color: rgb(218,172,77); }
td.TdClassName
{
border-color: #DAAC4D;
}
.TagClassName
{
border-color: #DAAC4D;
}
</style>