Shades of Rob Roy #DDB854
Tints of Rob Roy #DDB854
RGB
CMYK
RGB Variations
Color information
#DDB854 (or 0xDDB854) is known color: Rob Roy. HEX triplet: DD, B8 and 54. RGB value is (221,184,84). Sum of RGB (Red+Green+Blue) = 221+184+84=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB854 is #2247AB. Grayscale: #B8B8B8. Windows color (decimal): -2246572 or 5552349. OLE color: 5552349.
HSL color Cylindrical-coordinate representation of color #DDB854: hue angle of 43.8º 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 #DDB854 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 84 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.13 |
| HSL | 43.8º | 0.67% | 0.6% | - |
| HSV(B) | 43.8º | 0.62% | 0.87% | - |
| XYZ | 48.56 | 50.29 | 15.54 | - |
| YUV | 183.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 84 | 0 | 0.17 | 0.62 | 0.13 | 43.8 | 0.67 | 0.6 |
| Hex | DD | B8 | 54 | 0 | 11 | 3E | D | 2C | 43 | 3C |
| Octal | 335 | 270 | 124 | 0 | 21 | 76 | 15 | 54 | 103 | 74 |
| Binary | 11011101 | 10111000 | 1010100 | 0 | 10001 | 111110 | 1101 | 101100 | 1000011 | 111100 |
Color Harmonies of #DDB854
Complementary color
Monochromatic Colors of #DDB854
Black with #DDB854
Text Example
Text Example
White with #DDB854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB854; }
p { color: rgb(221,184,84); }
H1.HeaderClassName
{
color: #DDB854;
}
.AnyTagClassName
{
color: #DDB854;
}
</style>
background-color css
<style>
a { background-color: #DDB854; }
a { background-color: rgb(221,184,84); }
div.DivClassName
{
background-color: #DDB854;
}
.BgClassName
{
background-color: #DDB854;
}
</style>
border-color css
<style>
span { border-color: #DDB854; }
span { border-color: rgb(221,184,84); }
td.TdClassName
{
border-color: #DDB854;
}
.TagClassName
{
border-color: #DDB854;
}
</style>