Shades of Rob Roy #DDB855
Tints of Rob Roy #DDB855
RGB
CMYK
RGB Variations
Color information
#DDB855 (or 0xDDB855) is known color: Rob Roy. HEX triplet: DD, B8 and 55. RGB value is (221,184,85). Sum of RGB (Red+Green+Blue) = 221+184+85=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB855 is #2247AA. Grayscale: #B8B8B8. Windows color (decimal): -2246571 or 5617885. OLE color: 5617885.
HSL color Cylindrical-coordinate representation of color #DDB855: hue angle of 43.68º 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 #DDB855 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 85 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.13 |
| HSL | 43.68º | 0.67% | 0.6% | - |
| HSV(B) | 43.68º | 0.62% | 0.87% | - |
| XYZ | 48.6 | 50.31 | 15.74 | - |
| YUV | 183.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 85 | 0 | 0.17 | 0.62 | 0.13 | 43.68 | 0.67 | 0.6 |
| Hex | DD | B8 | 55 | 0 | 11 | 3E | D | 2C | 43 | 3C |
| Octal | 335 | 270 | 125 | 0 | 21 | 76 | 15 | 54 | 103 | 74 |
| Binary | 11011101 | 10111000 | 1010101 | 0 | 10001 | 111110 | 1101 | 101100 | 1000011 | 111100 |
Color Harmonies of #DDB855
Complementary color
Monochromatic Colors of #DDB855
Black with #DDB855
Text Example
Text Example
White with #DDB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB855; }
p { color: rgb(221,184,85); }
H1.HeaderClassName
{
color: #DDB855;
}
.AnyTagClassName
{
color: #DDB855;
}
</style>
background-color css
<style>
a { background-color: #DDB855; }
a { background-color: rgb(221,184,85); }
div.DivClassName
{
background-color: #DDB855;
}
.BgClassName
{
background-color: #DDB855;
}
</style>
border-color css
<style>
span { border-color: #DDB855; }
span { border-color: rgb(221,184,85); }
td.TdClassName
{
border-color: #DDB855;
}
.TagClassName
{
border-color: #DDB855;
}
</style>