Shades of Rob Roy #DDAB55
Tints of Rob Roy #DDAB55
RGB
CMYK
RGB Variations
Color information
#DDAB55 (or 0xDDAB55) is known color: Rob Roy. HEX triplet: DD, AB and 55. RGB value is (221,171,85). Sum of RGB (Red+Green+Blue) = 221+171+85=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB55 is #2254AA. Grayscale: #B0B0B0. Windows color (decimal): -2249899 or 5614557. OLE color: 5614557.
HSL color Cylindrical-coordinate representation of color #DDAB55: hue angle of 37.94º 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 #DDAB55 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 85 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.13 |
| HSL | 37.94º | 0.67% | 0.6% | - |
| HSV(B) | 37.94º | 0.62% | 0.87% | - |
| XYZ | 46.02 | 45.15 | 14.88 | - |
| YUV | 176.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 85 | 0 | 0.23 | 0.62 | 0.13 | 37.94 | 0.67 | 0.6 |
| Hex | DD | AB | 55 | 0 | 17 | 3E | D | 26 | 43 | 3C |
| Octal | 335 | 253 | 125 | 0 | 27 | 76 | 15 | 46 | 103 | 74 |
| Binary | 11011101 | 10101011 | 1010101 | 0 | 10111 | 111110 | 1101 | 100110 | 1000011 | 111100 |
Color Harmonies of #DDAB55
Complementary color
Monochromatic Colors of #DDAB55
Black with #DDAB55
Text Example
Text Example
White with #DDAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB55; }
p { color: rgb(221,171,85); }
H1.HeaderClassName
{
color: #DDAB55;
}
.AnyTagClassName
{
color: #DDAB55;
}
</style>
background-color css
<style>
a { background-color: #DDAB55; }
a { background-color: rgb(221,171,85); }
div.DivClassName
{
background-color: #DDAB55;
}
.BgClassName
{
background-color: #DDAB55;
}
</style>
border-color css
<style>
span { border-color: #DDAB55; }
span { border-color: rgb(221,171,85); }
td.TdClassName
{
border-color: #DDAB55;
}
.TagClassName
{
border-color: #DDAB55;
}
</style>