Shades of Rob Roy #DDA651
Tints of Rob Roy #DDA651
RGB
CMYK
RGB Variations
Color information
#DDA651 (or 0xDDA651) is known color: Rob Roy. HEX triplet: DD, A6 and 51. RGB value is (221,166,81). Sum of RGB (Red+Green+Blue) = 221+166+81=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA651 is #2259AE. Grayscale: #ADADAD. Windows color (decimal): -2251183 or 5351133. OLE color: 5351133.
HSL color Cylindrical-coordinate representation of color #DDA651: hue angle of 36.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDA651 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 81 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.13 |
| HSL | 36.43º | 0.67% | 0.59% | - |
| HSV(B) | 36.43º | 0.63% | 0.87% | - |
| XYZ | 44.94 | 43.24 | 13.76 | - |
| YUV | 172.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 81 | 0 | 0.25 | 0.63 | 0.13 | 36.43 | 0.67 | 0.59 |
| Hex | DD | A6 | 51 | 0 | 19 | 3F | D | 24 | 43 | 3B |
| Octal | 335 | 246 | 121 | 0 | 31 | 77 | 15 | 44 | 103 | 73 |
| Binary | 11011101 | 10100110 | 1010001 | 0 | 11001 | 111111 | 1101 | 100100 | 1000011 | 111011 |
Color Harmonies of #DDA651
Complementary color
Monochromatic Colors of #DDA651
Black with #DDA651
Text Example
Text Example
White with #DDA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA651; }
p { color: rgb(221,166,81); }
H1.HeaderClassName
{
color: #DDA651;
}
.AnyTagClassName
{
color: #DDA651;
}
</style>
background-color css
<style>
a { background-color: #DDA651; }
a { background-color: rgb(221,166,81); }
div.DivClassName
{
background-color: #DDA651;
}
.BgClassName
{
background-color: #DDA651;
}
</style>
border-color css
<style>
span { border-color: #DDA651; }
span { border-color: rgb(221,166,81); }
td.TdClassName
{
border-color: #DDA651;
}
.TagClassName
{
border-color: #DDA651;
}
</style>