Shades of Rob Roy #DAA44B
Tints of Rob Roy #DAA44B
RGB
CMYK
RGB Variations
Color information
#DAA44B (or 0xDAA44B) is known color: Rob Roy. HEX triplet: DA, A4 and 4B. RGB value is (218,164,75). Sum of RGB (Red+Green+Blue) = 218+164+75=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA44B is #255BB4. Grayscale: #AAAAAA. Windows color (decimal): -2448309 or 4957402. OLE color: 4957402.
HSL color Cylindrical-coordinate representation of color #DAA44B: hue angle of 37.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAA44B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 75 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.15 |
| HSL | 37.34º | 0.66% | 0.57% | - |
| HSV(B) | 37.34º | 0.66% | 0.85% | - |
| XYZ | 43.46 | 41.96 | 12.47 | - |
| YUV | 170 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 75 | 0 | 0.25 | 0.66 | 0.15 | 37.34 | 0.66 | 0.57 |
| Hex | DA | A4 | 4B | 0 | 19 | 42 | F | 25 | 42 | 39 |
| Octal | 332 | 244 | 113 | 0 | 31 | 102 | 17 | 45 | 102 | 71 |
| Binary | 11011010 | 10100100 | 1001011 | 0 | 11001 | 1000010 | 1111 | 100101 | 1000010 | 111001 |
Color Harmonies of #DAA44B
Complementary color
Monochromatic Colors of #DAA44B
Black with #DAA44B
Text Example
Text Example
White with #DAA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA44B; }
p { color: rgb(218,164,75); }
H1.HeaderClassName
{
color: #DAA44B;
}
.AnyTagClassName
{
color: #DAA44B;
}
</style>
background-color css
<style>
a { background-color: #DAA44B; }
a { background-color: rgb(218,164,75); }
div.DivClassName
{
background-color: #DAA44B;
}
.BgClassName
{
background-color: #DAA44B;
}
</style>
border-color css
<style>
span { border-color: #DAA44B; }
span { border-color: rgb(218,164,75); }
td.TdClassName
{
border-color: #DAA44B;
}
.TagClassName
{
border-color: #DAA44B;
}
</style>