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