Shades of Rob Roy #DDA856
Tints of Rob Roy #DDA856
RGB
CMYK
RGB Variations
Color information
#DDA856 (or 0xDDA856) is known color: Rob Roy. HEX triplet: DD, A8 and 56. RGB value is (221,168,86). Sum of RGB (Red+Green+Blue) = 221+168+86=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA856 is #2257A9. Grayscale: #AEAEAE. Windows color (decimal): -2250666 or 5679325. OLE color: 5679325.
HSL color Cylindrical-coordinate representation of color #DDA856: hue angle of 36.44º 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 #DDA856 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 86 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.13 |
| HSL | 36.44º | 0.67% | 0.6% | - |
| HSV(B) | 36.44º | 0.61% | 0.87% | - |
| XYZ | 45.5 | 44.05 | 14.91 | - |
| YUV | 174.5 | 78.06 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 86 | 0 | 0.24 | 0.61 | 0.13 | 36.44 | 0.67 | 0.6 |
| Hex | DD | A8 | 56 | 0 | 18 | 3D | D | 24 | 43 | 3C |
| Octal | 335 | 250 | 126 | 0 | 30 | 75 | 15 | 44 | 103 | 74 |
| Binary | 11011101 | 10101000 | 1010110 | 0 | 11000 | 111101 | 1101 | 100100 | 1000011 | 111100 |
Color Harmonies of #DDA856
Complementary color
Monochromatic Colors of #DDA856
Black with #DDA856
Text Example
Text Example
White with #DDA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA856; }
p { color: rgb(221,168,86); }
H1.HeaderClassName
{
color: #DDA856;
}
.AnyTagClassName
{
color: #DDA856;
}
</style>
background-color css
<style>
a { background-color: #DDA856; }
a { background-color: rgb(221,168,86); }
div.DivClassName
{
background-color: #DDA856;
}
.BgClassName
{
background-color: #DDA856;
}
</style>
border-color css
<style>
span { border-color: #DDA856; }
span { border-color: rgb(221,168,86); }
td.TdClassName
{
border-color: #DDA856;
}
.TagClassName
{
border-color: #DDA856;
}
</style>