Shades of Rob Roy #D9A44B
Tints of Rob Roy #D9A44B
RGB
CMYK
RGB Variations
Color information
#D9A44B (or 0xD9A44B) is known color: Rob Roy. HEX triplet: D9, A4 and 4B. RGB value is (217,164,75). Sum of RGB (Red+Green+Blue) = 217+164+75=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A44B is #265BB4. Grayscale: #AAAAAA. Windows color (decimal): -2513845 or 4957401. OLE color: 4957401.
HSL color Cylindrical-coordinate representation of color #D9A44B: hue angle of 37.61º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9A44B is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 75 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.15 |
| HSL | 37.61º | 0.65% | 0.57% | - |
| HSV(B) | 37.61º | 0.65% | 0.85% | - |
| XYZ | 43.16 | 41.81 | 12.45 | - |
| YUV | 169.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 75 | 0 | 0.24 | 0.65 | 0.15 | 37.61 | 0.65 | 0.57 |
| Hex | D9 | A4 | 4B | 0 | 18 | 41 | F | 26 | 41 | 39 |
| Octal | 331 | 244 | 113 | 0 | 30 | 101 | 17 | 46 | 101 | 71 |
| Binary | 11011001 | 10100100 | 1001011 | 0 | 11000 | 1000001 | 1111 | 100110 | 1000001 | 111001 |
Color Harmonies of #D9A44B
Complementary color
Monochromatic Colors of #D9A44B
Black with #D9A44B
Text Example
Text Example
White with #D9A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A44B; }
p { color: rgb(217,164,75); }
H1.HeaderClassName
{
color: #D9A44B;
}
.AnyTagClassName
{
color: #D9A44B;
}
</style>
background-color css
<style>
a { background-color: #D9A44B; }
a { background-color: rgb(217,164,75); }
div.DivClassName
{
background-color: #D9A44B;
}
.BgClassName
{
background-color: #D9A44B;
}
</style>
border-color css
<style>
span { border-color: #D9A44B; }
span { border-color: rgb(217,164,75); }
td.TdClassName
{
border-color: #D9A44B;
}
.TagClassName
{
border-color: #D9A44B;
}
</style>