Shades of Rob Roy #DDA559
Tints of Rob Roy #DDA559
RGB
CMYK
RGB Variations
Color information
#DDA559 (or 0xDDA559) is known color: Rob Roy. HEX triplet: DD, A5 and 59. RGB value is (221,165,89). Sum of RGB (Red+Green+Blue) = 221+165+89=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA559 is #225AA6. Grayscale: #ADADAD. Windows color (decimal): -2251431 or 5875165. OLE color: 5875165.
HSL color Cylindrical-coordinate representation of color #DDA559: hue angle of 34.55º 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 #DDA559 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 89 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.13 |
| HSL | 34.55º | 0.66% | 0.61% | - |
| HSV(B) | 34.55º | 0.6% | 0.87% | - |
| XYZ | 45.08 | 43 | 15.38 | - |
| YUV | 173.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 89 | 0 | 0.25 | 0.60 | 0.13 | 34.55 | 0.66 | 0.61 |
| Hex | DD | A5 | 59 | 0 | 19 | 3C | D | 23 | 42 | 3D |
| Octal | 335 | 245 | 131 | 0 | 31 | 74 | 15 | 43 | 102 | 75 |
| Binary | 11011101 | 10100101 | 1011001 | 0 | 11001 | 111100 | 1101 | 100011 | 1000010 | 111101 |
Color Harmonies of #DDA559
Complementary color
Monochromatic Colors of #DDA559
Black with #DDA559
Text Example
Text Example
White with #DDA559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA559; }
p { color: rgb(221,165,89); }
H1.HeaderClassName
{
color: #DDA559;
}
.AnyTagClassName
{
color: #DDA559;
}
</style>
background-color css
<style>
a { background-color: #DDA559; }
a { background-color: rgb(221,165,89); }
div.DivClassName
{
background-color: #DDA559;
}
.BgClassName
{
background-color: #DDA559;
}
</style>
border-color css
<style>
span { border-color: #DDA559; }
span { border-color: rgb(221,165,89); }
td.TdClassName
{
border-color: #DDA559;
}
.TagClassName
{
border-color: #DDA559;
}
</style>