Shades of Rob Roy #DDA556
Tints of Rob Roy #DDA556
RGB
CMYK
RGB Variations
Color information
#DDA556 (or 0xDDA556) is known color: Rob Roy. HEX triplet: DD, A5 and 56. RGB value is (221,165,86). Sum of RGB (Red+Green+Blue) = 221+165+86=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA556 is #225AA9. Grayscale: #ADADAD. Windows color (decimal): -2251434 or 5678557. OLE color: 5678557.
HSL color Cylindrical-coordinate representation of color #DDA556: hue angle of 35.11º 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 #DDA556 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 86 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.13 |
| HSL | 35.11º | 0.67% | 0.6% | - |
| HSV(B) | 35.11º | 0.61% | 0.87% | - |
| XYZ | 44.95 | 42.95 | 14.73 | - |
| YUV | 172.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 86 | 0 | 0.25 | 0.61 | 0.13 | 35.11 | 0.67 | 0.6 |
| Hex | DD | A5 | 56 | 0 | 19 | 3D | D | 23 | 43 | 3C |
| Octal | 335 | 245 | 126 | 0 | 31 | 75 | 15 | 43 | 103 | 74 |
| Binary | 11011101 | 10100101 | 1010110 | 0 | 11001 | 111101 | 1101 | 100011 | 1000011 | 111100 |
Color Harmonies of #DDA556
Complementary color
Monochromatic Colors of #DDA556
Black with #DDA556
Text Example
Text Example
White with #DDA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA556; }
p { color: rgb(221,165,86); }
H1.HeaderClassName
{
color: #DDA556;
}
.AnyTagClassName
{
color: #DDA556;
}
</style>
background-color css
<style>
a { background-color: #DDA556; }
a { background-color: rgb(221,165,86); }
div.DivClassName
{
background-color: #DDA556;
}
.BgClassName
{
background-color: #DDA556;
}
</style>
border-color css
<style>
span { border-color: #DDA556; }
span { border-color: rgb(221,165,86); }
td.TdClassName
{
border-color: #DDA556;
}
.TagClassName
{
border-color: #DDA556;
}
</style>