Shades of Rob Roy #DDB054
Tints of Rob Roy #DDB054
RGB
CMYK
RGB Variations
Color information
#DDB054 (or 0xDDB054) is known color: Rob Roy. HEX triplet: DD, B0 and 54. RGB value is (221,176,84). Sum of RGB (Red+Green+Blue) = 221+176+84=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB054 is #224FAB. Grayscale: #B3B3B3. Windows color (decimal): -2248620 or 5550301. OLE color: 5550301.
HSL color Cylindrical-coordinate representation of color #DDB054: hue angle of 40.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDB054 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 84 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.13 |
| HSL | 40.29º | 0.67% | 0.6% | - |
| HSV(B) | 40.29º | 0.62% | 0.87% | - |
| XYZ | 46.94 | 47.06 | 15 | - |
| YUV | 178.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 84 | 0 | 0.20 | 0.62 | 0.13 | 40.29 | 0.67 | 0.6 |
| Hex | DD | B0 | 54 | 0 | 14 | 3E | D | 28 | 43 | 3C |
| Octal | 335 | 260 | 124 | 0 | 24 | 76 | 15 | 50 | 103 | 74 |
| Binary | 11011101 | 10110000 | 1010100 | 0 | 10100 | 111110 | 1101 | 101000 | 1000011 | 111100 |
Color Harmonies of #DDB054
Complementary color
Monochromatic Colors of #DDB054
Black with #DDB054
Text Example
Text Example
White with #DDB054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB054; }
p { color: rgb(221,176,84); }
H1.HeaderClassName
{
color: #DDB054;
}
.AnyTagClassName
{
color: #DDB054;
}
</style>
background-color css
<style>
a { background-color: #DDB054; }
a { background-color: rgb(221,176,84); }
div.DivClassName
{
background-color: #DDB054;
}
.BgClassName
{
background-color: #DDB054;
}
</style>
border-color css
<style>
span { border-color: #DDB054; }
span { border-color: rgb(221,176,84); }
td.TdClassName
{
border-color: #DDB054;
}
.TagClassName
{
border-color: #DDB054;
}
</style>