Shades of Rob Roy #DDA351
Tints of Rob Roy #DDA351
RGB
CMYK
RGB Variations
Color information
#DDA351 (or 0xDDA351) is known color: Rob Roy. HEX triplet: DD, A3 and 51. RGB value is (221,163,81). Sum of RGB (Red+Green+Blue) = 221+163+81=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA351 is #225CAE. Grayscale: #ABABAB. Windows color (decimal): -2251951 or 5350365. OLE color: 5350365.
HSL color Cylindrical-coordinate representation of color #DDA351: hue angle of 35.14º 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 #DDA351 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 81 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.13 |
| HSL | 35.14º | 0.67% | 0.59% | - |
| HSV(B) | 35.14º | 0.63% | 0.87% | - |
| XYZ | 44.4 | 42.16 | 13.58 | - |
| YUV | 170.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 81 | 0 | 0.26 | 0.63 | 0.13 | 35.14 | 0.67 | 0.59 |
| Hex | DD | A3 | 51 | 0 | 1A | 3F | D | 23 | 43 | 3B |
| Octal | 335 | 243 | 121 | 0 | 32 | 77 | 15 | 43 | 103 | 73 |
| Binary | 11011101 | 10100011 | 1010001 | 0 | 11010 | 111111 | 1101 | 100011 | 1000011 | 111011 |
Color Harmonies of #DDA351
Complementary color
Monochromatic Colors of #DDA351
Black with #DDA351
Text Example
Text Example
White with #DDA351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA351; }
p { color: rgb(221,163,81); }
H1.HeaderClassName
{
color: #DDA351;
}
.AnyTagClassName
{
color: #DDA351;
}
</style>
background-color css
<style>
a { background-color: #DDA351; }
a { background-color: rgb(221,163,81); }
div.DivClassName
{
background-color: #DDA351;
}
.BgClassName
{
background-color: #DDA351;
}
</style>
border-color css
<style>
span { border-color: #DDA351; }
span { border-color: rgb(221,163,81); }
td.TdClassName
{
border-color: #DDA351;
}
.TagClassName
{
border-color: #DDA351;
}
</style>