Shades of Rob Roy #DDA659
Tints of Rob Roy #DDA659
RGB
CMYK
RGB Variations
Color information
#DDA659 (or 0xDDA659) is known color: Rob Roy. HEX triplet: DD, A6 and 59. RGB value is (221,166,89). Sum of RGB (Red+Green+Blue) = 221+166+89=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA659 is #2259A6. Grayscale: #AEAEAE. Windows color (decimal): -2251175 or 5875421. OLE color: 5875421.
HSL color Cylindrical-coordinate representation of color #DDA659: hue angle of 35º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDA659 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 89 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.13 |
| HSL | 35º | 0.66% | 0.61% | - |
| HSV(B) | 35º | 0.6% | 0.87% | - |
| XYZ | 45.26 | 43.37 | 15.44 | - |
| YUV | 173.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 89 | 0 | 0.25 | 0.60 | 0.13 | 35 | 0.66 | 0.61 |
| Hex | DD | A6 | 59 | 0 | 19 | 3C | D | 23 | 42 | 3D |
| Octal | 335 | 246 | 131 | 0 | 31 | 74 | 15 | 43 | 102 | 75 |
| Binary | 11011101 | 10100110 | 1011001 | 0 | 11001 | 111100 | 1101 | 100011 | 1000010 | 111101 |
Color Harmonies of #DDA659
Complementary color
Monochromatic Colors of #DDA659
Black with #DDA659
Text Example
Text Example
White with #DDA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA659; }
p { color: rgb(221,166,89); }
H1.HeaderClassName
{
color: #DDA659;
}
.AnyTagClassName
{
color: #DDA659;
}
</style>
background-color css
<style>
a { background-color: #DDA659; }
a { background-color: rgb(221,166,89); }
div.DivClassName
{
background-color: #DDA659;
}
.BgClassName
{
background-color: #DDA659;
}
</style>
border-color css
<style>
span { border-color: #DDA659; }
span { border-color: rgb(221,166,89); }
td.TdClassName
{
border-color: #DDA659;
}
.TagClassName
{
border-color: #DDA659;
}
</style>