Shades of Rob Roy #DDAB56
Tints of Rob Roy #DDAB56
RGB
CMYK
RGB Variations
Color information
#DDAB56 (or 0xDDAB56) is known color: Rob Roy. HEX triplet: DD, AB and 56. RGB value is (221,171,86). Sum of RGB (Red+Green+Blue) = 221+171+86=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB56 is #2254A9. Grayscale: #B0B0B0. Windows color (decimal): -2249898 or 5680093. OLE color: 5680093.
HSL color Cylindrical-coordinate representation of color #DDAB56: hue angle of 37.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDAB56 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 86 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.13 |
| HSL | 37.78º | 0.67% | 0.6% | - |
| HSV(B) | 37.78º | 0.61% | 0.87% | - |
| XYZ | 46.06 | 45.17 | 15.1 | - |
| YUV | 176.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 86 | 0 | 0.23 | 0.61 | 0.13 | 37.78 | 0.67 | 0.6 |
| Hex | DD | AB | 56 | 0 | 17 | 3D | D | 26 | 43 | 3C |
| Octal | 335 | 253 | 126 | 0 | 27 | 75 | 15 | 46 | 103 | 74 |
| Binary | 11011101 | 10101011 | 1010110 | 0 | 10111 | 111101 | 1101 | 100110 | 1000011 | 111100 |
Color Harmonies of #DDAB56
Complementary color
Monochromatic Colors of #DDAB56
Black with #DDAB56
Text Example
Text Example
White with #DDAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB56; }
p { color: rgb(221,171,86); }
H1.HeaderClassName
{
color: #DDAB56;
}
.AnyTagClassName
{
color: #DDAB56;
}
</style>
background-color css
<style>
a { background-color: #DDAB56; }
a { background-color: rgb(221,171,86); }
div.DivClassName
{
background-color: #DDAB56;
}
.BgClassName
{
background-color: #DDAB56;
}
</style>
border-color css
<style>
span { border-color: #DDAB56; }
span { border-color: rgb(221,171,86); }
td.TdClassName
{
border-color: #DDAB56;
}
.TagClassName
{
border-color: #DDAB56;
}
</style>