Shades of Rob Roy #DAAE54
Tints of Rob Roy #DAAE54
RGB
CMYK
RGB Variations
Color information
#DAAE54 (or 0xDAAE54) is known color: Rob Roy. HEX triplet: DA, AE and 54. RGB value is (218,174,84). Sum of RGB (Red+Green+Blue) = 218+174+84=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE54 is #2551AB. Grayscale: #B1B1B1. Windows color (decimal): -2445740 or 5549786. OLE color: 5549786.
HSL color Cylindrical-coordinate representation of color #DAAE54: hue angle of 40.3º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAAE54 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 84 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.15 |
| HSL | 40.3º | 0.64% | 0.59% | - |
| HSV(B) | 40.3º | 0.61% | 0.85% | - |
| XYZ | 45.65 | 45.82 | 14.83 | - |
| YUV | 176.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 84 | 0 | 0.20 | 0.61 | 0.15 | 40.3 | 0.64 | 0.59 |
| Hex | DA | AE | 54 | 0 | 14 | 3D | F | 28 | 40 | 3B |
| Octal | 332 | 256 | 124 | 0 | 24 | 75 | 17 | 50 | 100 | 73 |
| Binary | 11011010 | 10101110 | 1010100 | 0 | 10100 | 111101 | 1111 | 101000 | 1000000 | 111011 |
Color Harmonies of #DAAE54
Complementary color
Monochromatic Colors of #DAAE54
Black with #DAAE54
Text Example
Text Example
White with #DAAE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAE54; }
p { color: rgb(218,174,84); }
H1.HeaderClassName
{
color: #DAAE54;
}
.AnyTagClassName
{
color: #DAAE54;
}
</style>
background-color css
<style>
a { background-color: #DAAE54; }
a { background-color: rgb(218,174,84); }
div.DivClassName
{
background-color: #DAAE54;
}
.BgClassName
{
background-color: #DAAE54;
}
</style>
border-color css
<style>
span { border-color: #DAAE54; }
span { border-color: rgb(218,174,84); }
td.TdClassName
{
border-color: #DAAE54;
}
.TagClassName
{
border-color: #DAAE54;
}
</style>