Shades of Rob Roy #DDAC49
Tints of Rob Roy #DDAC49
RGB
CMYK
RGB Variations
Color information
#DDAC49 (or 0xDDAC49) is known color: Rob Roy. HEX triplet: DD, AC and 49. RGB value is (221,172,73). Sum of RGB (Red+Green+Blue) = 221+172+73=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC49 is #2253B6. Grayscale: #AFAFAF. Windows color (decimal): -2249655 or 4828381. OLE color: 4828381.
HSL color Cylindrical-coordinate representation of color #DDAC49: hue angle of 40.14º 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 #DDAC49 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 73 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.13 |
| HSL | 40.14º | 0.69% | 0.58% | - |
| HSV(B) | 40.14º | 0.67% | 0.87% | - |
| XYZ | 45.77 | 45.36 | 12.65 | - |
| YUV | 175.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 73 | 0 | 0.22 | 0.67 | 0.13 | 40.14 | 0.69 | 0.58 |
| Hex | DD | AC | 49 | 0 | 16 | 43 | D | 28 | 45 | 3A |
| Octal | 335 | 254 | 111 | 0 | 26 | 103 | 15 | 50 | 105 | 72 |
| Binary | 11011101 | 10101100 | 1001001 | 0 | 10110 | 1000011 | 1101 | 101000 | 1000101 | 111010 |
Color Harmonies of #DDAC49
Complementary color
Monochromatic Colors of #DDAC49
Black with #DDAC49
Text Example
Text Example
White with #DDAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC49; }
p { color: rgb(221,172,73); }
H1.HeaderClassName
{
color: #DDAC49;
}
.AnyTagClassName
{
color: #DDAC49;
}
</style>
background-color css
<style>
a { background-color: #DDAC49; }
a { background-color: rgb(221,172,73); }
div.DivClassName
{
background-color: #DDAC49;
}
.BgClassName
{
background-color: #DDAC49;
}
</style>
border-color css
<style>
span { border-color: #DDAC49; }
span { border-color: rgb(221,172,73); }
td.TdClassName
{
border-color: #DDAC49;
}
.TagClassName
{
border-color: #DDAC49;
}
</style>