Shades of Rob Roy #DDB955
Tints of Rob Roy #DDB955
RGB
CMYK
RGB Variations
Color information
#DDB955 (or 0xDDB955) is known color: Rob Roy. HEX triplet: DD, B9 and 55. RGB value is (221,185,85). Sum of RGB (Red+Green+Blue) = 221+185+85=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB955 is #2246AA. Grayscale: #B8B8B8. Windows color (decimal): -2246315 or 5618141. OLE color: 5618141.
HSL color Cylindrical-coordinate representation of color #DDB955: hue angle of 44.12º 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 #DDB955 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 85 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.12º | 0.67% | 0.6% | - |
| HSV(B) | 44.12º | 0.62% | 0.87% | - |
| XYZ | 48.81 | 50.73 | 15.81 | - |
| YUV | 184.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 85 | 0 | 0.16 | 0.62 | 0.13 | 44.12 | 0.67 | 0.6 |
| Hex | DD | B9 | 55 | 0 | 10 | 3E | D | 2C | 43 | 3C |
| Octal | 335 | 271 | 125 | 0 | 20 | 76 | 15 | 54 | 103 | 74 |
| Binary | 11011101 | 10111001 | 1010101 | 0 | 10000 | 111110 | 1101 | 101100 | 1000011 | 111100 |
Color Harmonies of #DDB955
Complementary color
Monochromatic Colors of #DDB955
Black with #DDB955
Text Example
Text Example
White with #DDB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB955; }
p { color: rgb(221,185,85); }
H1.HeaderClassName
{
color: #DDB955;
}
.AnyTagClassName
{
color: #DDB955;
}
</style>
background-color css
<style>
a { background-color: #DDB955; }
a { background-color: rgb(221,185,85); }
div.DivClassName
{
background-color: #DDB955;
}
.BgClassName
{
background-color: #DDB955;
}
</style>
border-color css
<style>
span { border-color: #DDB955; }
span { border-color: rgb(221,185,85); }
td.TdClassName
{
border-color: #DDB955;
}
.TagClassName
{
border-color: #DDB955;
}
</style>