Shades of Rob Roy #DDAB49
Tints of Rob Roy #DDAB49
RGB
CMYK
RGB Variations
Color information
#DDAB49 (or 0xDDAB49) is known color: Rob Roy. HEX triplet: DD, AB and 49. RGB value is (221,171,73). Sum of RGB (Red+Green+Blue) = 221+171+73=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB49 is #2254B6. Grayscale: #AFAFAF. Windows color (decimal): -2249911 or 4828125. OLE color: 4828125.
HSL color Cylindrical-coordinate representation of color #DDAB49: hue angle of 39.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDAB49 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 73 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.13 |
| HSL | 39.73º | 0.69% | 0.58% | - |
| HSV(B) | 39.73º | 0.67% | 0.87% | - |
| XYZ | 45.58 | 44.98 | 12.58 | - |
| YUV | 174.78 | 70.57 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 73 | 0 | 0.23 | 0.67 | 0.13 | 39.73 | 0.69 | 0.58 |
| Hex | DD | AB | 49 | 0 | 17 | 43 | D | 28 | 45 | 3A |
| Octal | 335 | 253 | 111 | 0 | 27 | 103 | 15 | 50 | 105 | 72 |
| Binary | 11011101 | 10101011 | 1001001 | 0 | 10111 | 1000011 | 1101 | 101000 | 1000101 | 111010 |
Color Harmonies of #DDAB49
Complementary color
Monochromatic Colors of #DDAB49
Black with #DDAB49
Text Example
Text Example
White with #DDAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB49; }
p { color: rgb(221,171,73); }
H1.HeaderClassName
{
color: #DDAB49;
}
.AnyTagClassName
{
color: #DDAB49;
}
</style>
background-color css
<style>
a { background-color: #DDAB49; }
a { background-color: rgb(221,171,73); }
div.DivClassName
{
background-color: #DDAB49;
}
.BgClassName
{
background-color: #DDAB49;
}
</style>
border-color css
<style>
span { border-color: #DDAB49; }
span { border-color: rgb(221,171,73); }
td.TdClassName
{
border-color: #DDAB49;
}
.TagClassName
{
border-color: #DDAB49;
}
</style>