Shades of Rob Roy #DDA854
Tints of Rob Roy #DDA854
RGB
CMYK
RGB Variations
Color information
#DDA854 (or 0xDDA854) is known color: Rob Roy. HEX triplet: DD, A8 and 54. RGB value is (221,168,84). Sum of RGB (Red+Green+Blue) = 221+168+84=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA854 is #2257AB. Grayscale: #AEAEAE. Windows color (decimal): -2250668 or 5548253. OLE color: 5548253.
HSL color Cylindrical-coordinate representation of color #DDA854: hue angle of 36.79º 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 #DDA854 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 84 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.13 |
| HSL | 36.79º | 0.67% | 0.6% | - |
| HSV(B) | 36.79º | 0.62% | 0.87% | - |
| XYZ | 45.42 | 44.02 | 14.49 | - |
| YUV | 174.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 84 | 0 | 0.24 | 0.62 | 0.13 | 36.79 | 0.67 | 0.6 |
| Hex | DD | A8 | 54 | 0 | 18 | 3E | D | 25 | 43 | 3C |
| Octal | 335 | 250 | 124 | 0 | 30 | 76 | 15 | 45 | 103 | 74 |
| Binary | 11011101 | 10101000 | 1010100 | 0 | 11000 | 111110 | 1101 | 100101 | 1000011 | 111100 |
Color Harmonies of #DDA854
Complementary color
Monochromatic Colors of #DDA854
Black with #DDA854
Text Example
Text Example
White with #DDA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA854; }
p { color: rgb(221,168,84); }
H1.HeaderClassName
{
color: #DDA854;
}
.AnyTagClassName
{
color: #DDA854;
}
</style>
background-color css
<style>
a { background-color: #DDA854; }
a { background-color: rgb(221,168,84); }
div.DivClassName
{
background-color: #DDA854;
}
.BgClassName
{
background-color: #DDA854;
}
</style>
border-color css
<style>
span { border-color: #DDA854; }
span { border-color: rgb(221,168,84); }
td.TdClassName
{
border-color: #DDA854;
}
.TagClassName
{
border-color: #DDA854;
}
</style>