Shades of Rob Roy #DDA658
Tints of Rob Roy #DDA658
RGB
CMYK
RGB Variations
Color information
#DDA658 (or 0xDDA658) is known color: Rob Roy. HEX triplet: DD, A6 and 58. RGB value is (221,166,88). Sum of RGB (Red+Green+Blue) = 221+166+88=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA658 is #2259A7. Grayscale: #ADADAD. Windows color (decimal): -2251176 or 5809885. OLE color: 5809885.
HSL color Cylindrical-coordinate representation of color #DDA658: hue angle of 35.19º 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 #DDA658 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 88 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.13 |
| HSL | 35.19º | 0.66% | 0.61% | - |
| HSV(B) | 35.19º | 0.6% | 0.87% | - |
| XYZ | 45.22 | 43.35 | 15.22 | - |
| YUV | 173.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 88 | 0 | 0.25 | 0.60 | 0.13 | 35.19 | 0.66 | 0.61 |
| Hex | DD | A6 | 58 | 0 | 19 | 3C | D | 23 | 42 | 3D |
| Octal | 335 | 246 | 130 | 0 | 31 | 74 | 15 | 43 | 102 | 75 |
| Binary | 11011101 | 10100110 | 1011000 | 0 | 11001 | 111100 | 1101 | 100011 | 1000010 | 111101 |
Color Harmonies of #DDA658
Complementary color
Monochromatic Colors of #DDA658
Black with #DDA658
Text Example
Text Example
White with #DDA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA658; }
p { color: rgb(221,166,88); }
H1.HeaderClassName
{
color: #DDA658;
}
.AnyTagClassName
{
color: #DDA658;
}
</style>
background-color css
<style>
a { background-color: #DDA658; }
a { background-color: rgb(221,166,88); }
div.DivClassName
{
background-color: #DDA658;
}
.BgClassName
{
background-color: #DDA658;
}
</style>
border-color css
<style>
span { border-color: #DDA658; }
span { border-color: rgb(221,166,88); }
td.TdClassName
{
border-color: #DDA658;
}
.TagClassName
{
border-color: #DDA658;
}
</style>