Shades of Rob Roy #DDB049
Tints of Rob Roy #DDB049
RGB
CMYK
RGB Variations
Color information
#DDB049 (or 0xDDB049) is known color: Rob Roy. HEX triplet: DD, B0 and 49. RGB value is (221,176,73). Sum of RGB (Red+Green+Blue) = 221+176+73=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB049 is #224FB6. Grayscale: #B2B2B2. Windows color (decimal): -2248631 or 4829405. OLE color: 4829405.
HSL color Cylindrical-coordinate representation of color #DDB049: hue angle of 41.76º 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 #DDB049 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 73 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.13 |
| HSL | 41.76º | 0.69% | 0.58% | - |
| HSV(B) | 41.76º | 0.67% | 0.87% | - |
| XYZ | 46.55 | 46.9 | 12.9 | - |
| YUV | 177.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 73 | 0 | 0.20 | 0.67 | 0.13 | 41.76 | 0.69 | 0.58 |
| Hex | DD | B0 | 49 | 0 | 14 | 43 | D | 2A | 45 | 3A |
| Octal | 335 | 260 | 111 | 0 | 24 | 103 | 15 | 52 | 105 | 72 |
| Binary | 11011101 | 10110000 | 1001001 | 0 | 10100 | 1000011 | 1101 | 101010 | 1000101 | 111010 |
Color Harmonies of #DDB049
Complementary color
Monochromatic Colors of #DDB049
Black with #DDB049
Text Example
Text Example
White with #DDB049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB049; }
p { color: rgb(221,176,73); }
H1.HeaderClassName
{
color: #DDB049;
}
.AnyTagClassName
{
color: #DDB049;
}
</style>
background-color css
<style>
a { background-color: #DDB049; }
a { background-color: rgb(221,176,73); }
div.DivClassName
{
background-color: #DDB049;
}
.BgClassName
{
background-color: #DDB049;
}
</style>
border-color css
<style>
span { border-color: #DDB049; }
span { border-color: rgb(221,176,73); }
td.TdClassName
{
border-color: #DDB049;
}
.TagClassName
{
border-color: #DDB049;
}
</style>