Shades of Rob Roy #DDB551
Tints of Rob Roy #DDB551
RGB
CMYK
RGB Variations
Color information
#DDB551 (or 0xDDB551) is known color: Rob Roy. HEX triplet: DD, B5 and 51. RGB value is (221,181,81). Sum of RGB (Red+Green+Blue) = 221+181+81=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB551 is #224AAE. Grayscale: #B5B5B5. Windows color (decimal): -2247343 or 5354973. OLE color: 5354973.
HSL color Cylindrical-coordinate representation of color #DDB551: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDB551 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 81 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.13 |
| HSL | 42.86º | 0.67% | 0.59% | - |
| HSV(B) | 42.86º | 0.63% | 0.87% | - |
| XYZ | 47.83 | 49.01 | 14.72 | - |
| YUV | 181.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 81 | 0 | 0.18 | 0.63 | 0.13 | 42.86 | 0.67 | 0.59 |
| Hex | DD | B5 | 51 | 0 | 12 | 3F | D | 2B | 43 | 3B |
| Octal | 335 | 265 | 121 | 0 | 22 | 77 | 15 | 53 | 103 | 73 |
| Binary | 11011101 | 10110101 | 1010001 | 0 | 10010 | 111111 | 1101 | 101011 | 1000011 | 111011 |
Color Harmonies of #DDB551
Complementary color
Monochromatic Colors of #DDB551
Black with #DDB551
Text Example
Text Example
White with #DDB551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB551; }
p { color: rgb(221,181,81); }
H1.HeaderClassName
{
color: #DDB551;
}
.AnyTagClassName
{
color: #DDB551;
}
</style>
background-color css
<style>
a { background-color: #DDB551; }
a { background-color: rgb(221,181,81); }
div.DivClassName
{
background-color: #DDB551;
}
.BgClassName
{
background-color: #DDB551;
}
</style>
border-color css
<style>
span { border-color: #DDB551; }
span { border-color: rgb(221,181,81); }
td.TdClassName
{
border-color: #DDB551;
}
.TagClassName
{
border-color: #DDB551;
}
</style>