Shades of Rob Roy #DDA654
Tints of Rob Roy #DDA654
RGB
CMYK
RGB Variations
Color information
#DDA654 (or 0xDDA654) is known color: Rob Roy. HEX triplet: DD, A6 and 54. RGB value is (221,166,84). Sum of RGB (Red+Green+Blue) = 221+166+84=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA654 is #2259AB. Grayscale: #ADADAD. Windows color (decimal): -2251180 or 5547741. OLE color: 5547741.
HSL color Cylindrical-coordinate representation of color #DDA654: hue angle of 35.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA654 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 84 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.13 |
| HSL | 35.91º | 0.67% | 0.6% | - |
| HSV(B) | 35.91º | 0.62% | 0.87% | - |
| XYZ | 45.06 | 43.28 | 14.37 | - |
| YUV | 173.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 84 | 0 | 0.25 | 0.62 | 0.13 | 35.91 | 0.67 | 0.6 |
| Hex | DD | A6 | 54 | 0 | 19 | 3E | D | 24 | 43 | 3C |
| Octal | 335 | 246 | 124 | 0 | 31 | 76 | 15 | 44 | 103 | 74 |
| Binary | 11011101 | 10100110 | 1010100 | 0 | 11001 | 111110 | 1101 | 100100 | 1000011 | 111100 |
Color Harmonies of #DDA654
Complementary color
Monochromatic Colors of #DDA654
Black with #DDA654
Text Example
Text Example
White with #DDA654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA654; }
p { color: rgb(221,166,84); }
H1.HeaderClassName
{
color: #DDA654;
}
.AnyTagClassName
{
color: #DDA654;
}
</style>
background-color css
<style>
a { background-color: #DDA654; }
a { background-color: rgb(221,166,84); }
div.DivClassName
{
background-color: #DDA654;
}
.BgClassName
{
background-color: #DDA654;
}
</style>
border-color css
<style>
span { border-color: #DDA654; }
span { border-color: rgb(221,166,84); }
td.TdClassName
{
border-color: #DDA654;
}
.TagClassName
{
border-color: #DDA654;
}
</style>