Shades of Rob Roy #DAA34B
Tints of Rob Roy #DAA34B
RGB
CMYK
RGB Variations
Color information
#DAA34B (or 0xDAA34B) is known color: Rob Roy. HEX triplet: DA, A3 and 4B. RGB value is (218,163,75). Sum of RGB (Red+Green+Blue) = 218+163+75=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA34B is #255CB4. Grayscale: #A9A9A9. Windows color (decimal): -2448565 or 4957146. OLE color: 4957146.
HSL color Cylindrical-coordinate representation of color #DAA34B: hue angle of 36.92º 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 #DAA34B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 75 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.15 |
| HSL | 36.92º | 0.66% | 0.57% | - |
| HSV(B) | 36.92º | 0.66% | 0.85% | - |
| XYZ | 43.28 | 41.61 | 12.41 | - |
| YUV | 169.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 75 | 0 | 0.25 | 0.66 | 0.15 | 36.92 | 0.66 | 0.57 |
| Hex | DA | A3 | 4B | 0 | 19 | 42 | F | 25 | 42 | 39 |
| Octal | 332 | 243 | 113 | 0 | 31 | 102 | 17 | 45 | 102 | 71 |
| Binary | 11011010 | 10100011 | 1001011 | 0 | 11001 | 1000010 | 1111 | 100101 | 1000010 | 111001 |
Color Harmonies of #DAA34B
Complementary color
Monochromatic Colors of #DAA34B
Black with #DAA34B
Text Example
Text Example
White with #DAA34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA34B; }
p { color: rgb(218,163,75); }
H1.HeaderClassName
{
color: #DAA34B;
}
.AnyTagClassName
{
color: #DAA34B;
}
</style>
background-color css
<style>
a { background-color: #DAA34B; }
a { background-color: rgb(218,163,75); }
div.DivClassName
{
background-color: #DAA34B;
}
.BgClassName
{
background-color: #DAA34B;
}
</style>
border-color css
<style>
span { border-color: #DAA34B; }
span { border-color: rgb(218,163,75); }
td.TdClassName
{
border-color: #DAA34B;
}
.TagClassName
{
border-color: #DAA34B;
}
</style>