Shades of Rob Roy #DDB055
Tints of Rob Roy #DDB055
RGB
CMYK
RGB Variations
Color information
#DDB055 (or 0xDDB055) is known color: Rob Roy. HEX triplet: DD, B0 and 55. RGB value is (221,176,85). Sum of RGB (Red+Green+Blue) = 221+176+85=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB055 is #224FAA. Grayscale: #B3B3B3. Windows color (decimal): -2248619 or 5615837. OLE color: 5615837.
HSL color Cylindrical-coordinate representation of color #DDB055: hue angle of 40.15º 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 #DDB055 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 85 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.13 |
| HSL | 40.15º | 0.67% | 0.6% | - |
| HSV(B) | 40.15º | 0.62% | 0.87% | - |
| XYZ | 46.98 | 47.08 | 15.21 | - |
| YUV | 179.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 85 | 0 | 0.20 | 0.62 | 0.13 | 40.15 | 0.67 | 0.6 |
| Hex | DD | B0 | 55 | 0 | 14 | 3E | D | 28 | 43 | 3C |
| Octal | 335 | 260 | 125 | 0 | 24 | 76 | 15 | 50 | 103 | 74 |
| Binary | 11011101 | 10110000 | 1010101 | 0 | 10100 | 111110 | 1101 | 101000 | 1000011 | 111100 |
Color Harmonies of #DDB055
Complementary color
Monochromatic Colors of #DDB055
Black with #DDB055
Text Example
Text Example
White with #DDB055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB055; }
p { color: rgb(221,176,85); }
H1.HeaderClassName
{
color: #DDB055;
}
.AnyTagClassName
{
color: #DDB055;
}
</style>
background-color css
<style>
a { background-color: #DDB055; }
a { background-color: rgb(221,176,85); }
div.DivClassName
{
background-color: #DDB055;
}
.BgClassName
{
background-color: #DDB055;
}
</style>
border-color css
<style>
span { border-color: #DDB055; }
span { border-color: rgb(221,176,85); }
td.TdClassName
{
border-color: #DDB055;
}
.TagClassName
{
border-color: #DDB055;
}
</style>