Shades of Rob Roy #DAAE4E
Tints of Rob Roy #DAAE4E
RGB
CMYK
RGB Variations
Color information
#DAAE4E (or 0xDAAE4E) is known color: Rob Roy. HEX triplet: DA, AE and 4E. RGB value is (218,174,78). Sum of RGB (Red+Green+Blue) = 218+174+78=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE4E is #2551B1. Grayscale: #B0B0B0. Windows color (decimal): -2445746 or 5156570. OLE color: 5156570.
HSL color Cylindrical-coordinate representation of color #DAAE4E: hue angle of 41.14º 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 #DAAE4E is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 78 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.15 |
| HSL | 41.14º | 0.65% | 0.58% | - |
| HSV(B) | 41.14º | 0.64% | 0.85% | - |
| XYZ | 45.42 | 45.73 | 13.64 | - |
| YUV | 176.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 78 | 0 | 0.20 | 0.64 | 0.15 | 41.14 | 0.65 | 0.58 |
| Hex | DA | AE | 4E | 0 | 14 | 40 | F | 29 | 41 | 3A |
| Octal | 332 | 256 | 116 | 0 | 24 | 100 | 17 | 51 | 101 | 72 |
| Binary | 11011010 | 10101110 | 1001110 | 0 | 10100 | 1000000 | 1111 | 101001 | 1000001 | 111010 |
Color Harmonies of #DAAE4E
Complementary color
Monochromatic Colors of #DAAE4E
Black with #DAAE4E
Text Example
Text Example
White with #DAAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAE4E; }
p { color: rgb(218,174,78); }
H1.HeaderClassName
{
color: #DAAE4E;
}
.AnyTagClassName
{
color: #DAAE4E;
}
</style>
background-color css
<style>
a { background-color: #DAAE4E; }
a { background-color: rgb(218,174,78); }
div.DivClassName
{
background-color: #DAAE4E;
}
.BgClassName
{
background-color: #DAAE4E;
}
</style>
border-color css
<style>
span { border-color: #DAAE4E; }
span { border-color: rgb(218,174,78); }
td.TdClassName
{
border-color: #DAAE4E;
}
.TagClassName
{
border-color: #DAAE4E;
}
</style>