Shades of Rob Roy #DAA74A
Tints of Rob Roy #DAA74A
RGB
CMYK
RGB Variations
Color information
#DAA74A (or 0xDAA74A) is known color: Rob Roy. HEX triplet: DA, A7 and 4A. RGB value is (218,167,74). Sum of RGB (Red+Green+Blue) = 218+167+74=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA74A is #2558B5. Grayscale: #ACACAC. Windows color (decimal): -2447542 or 4892634. OLE color: 4892634.
HSL color Cylindrical-coordinate representation of color #DAA74A: hue angle of 38.75º 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 #DAA74A is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 74 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.15 |
| HSL | 38.75º | 0.66% | 0.57% | - |
| HSV(B) | 38.75º | 0.66% | 0.85% | - |
| XYZ | 43.97 | 43.04 | 12.47 | - |
| YUV | 171.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 74 | 0 | 0.23 | 0.66 | 0.15 | 38.75 | 0.66 | 0.57 |
| Hex | DA | A7 | 4A | 0 | 17 | 42 | F | 27 | 42 | 39 |
| Octal | 332 | 247 | 112 | 0 | 27 | 102 | 17 | 47 | 102 | 71 |
| Binary | 11011010 | 10100111 | 1001010 | 0 | 10111 | 1000010 | 1111 | 100111 | 1000010 | 111001 |
Color Harmonies of #DAA74A
Complementary color
Monochromatic Colors of #DAA74A
Black with #DAA74A
Text Example
Text Example
White with #DAA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA74A; }
p { color: rgb(218,167,74); }
H1.HeaderClassName
{
color: #DAA74A;
}
.AnyTagClassName
{
color: #DAA74A;
}
</style>
background-color css
<style>
a { background-color: #DAA74A; }
a { background-color: rgb(218,167,74); }
div.DivClassName
{
background-color: #DAA74A;
}
.BgClassName
{
background-color: #DAA74A;
}
</style>
border-color css
<style>
span { border-color: #DAA74A; }
span { border-color: rgb(218,167,74); }
td.TdClassName
{
border-color: #DAA74A;
}
.TagClassName
{
border-color: #DAA74A;
}
</style>