Shades of Rob Roy #DDA656
Tints of Rob Roy #DDA656
RGB
CMYK
RGB Variations
Color information
#DDA656 (or 0xDDA656) is known color: Rob Roy. HEX triplet: DD, A6 and 56. RGB value is (221,166,86). Sum of RGB (Red+Green+Blue) = 221+166+86=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA656 is #2259A9. Grayscale: #ADADAD. Windows color (decimal): -2251178 or 5678813. OLE color: 5678813.
HSL color Cylindrical-coordinate representation of color #DDA656: hue angle of 35.56º 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 #DDA656 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 86 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.13 |
| HSL | 35.56º | 0.67% | 0.6% | - |
| HSV(B) | 35.56º | 0.61% | 0.87% | - |
| XYZ | 45.13 | 43.32 | 14.79 | - |
| YUV | 173.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 86 | 0 | 0.25 | 0.61 | 0.13 | 35.56 | 0.67 | 0.6 |
| Hex | DD | A6 | 56 | 0 | 19 | 3D | D | 24 | 43 | 3C |
| Octal | 335 | 246 | 126 | 0 | 31 | 75 | 15 | 44 | 103 | 74 |
| Binary | 11011101 | 10100110 | 1010110 | 0 | 11001 | 111101 | 1101 | 100100 | 1000011 | 111100 |
Color Harmonies of #DDA656
Complementary color
Monochromatic Colors of #DDA656
Black with #DDA656
Text Example
Text Example
White with #DDA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA656; }
p { color: rgb(221,166,86); }
H1.HeaderClassName
{
color: #DDA656;
}
.AnyTagClassName
{
color: #DDA656;
}
</style>
background-color css
<style>
a { background-color: #DDA656; }
a { background-color: rgb(221,166,86); }
div.DivClassName
{
background-color: #DDA656;
}
.BgClassName
{
background-color: #DDA656;
}
</style>
border-color css
<style>
span { border-color: #DDA656; }
span { border-color: rgb(221,166,86); }
td.TdClassName
{
border-color: #DDA656;
}
.TagClassName
{
border-color: #DDA656;
}
</style>