Shades of Rob Roy #DDA454
Tints of Rob Roy #DDA454
RGB
CMYK
RGB Variations
Color information
#DDA454 (or 0xDDA454) is known color: Rob Roy. HEX triplet: DD, A4 and 54. RGB value is (221,164,84). Sum of RGB (Red+Green+Blue) = 221+164+84=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA454 is #225BAB. Grayscale: #ACACAC. Windows color (decimal): -2251692 or 5547229. OLE color: 5547229.
HSL color Cylindrical-coordinate representation of color #DDA454: hue angle of 35.04º 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 #DDA454 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 84 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.13 |
| HSL | 35.04º | 0.67% | 0.6% | - |
| HSV(B) | 35.04º | 0.62% | 0.87% | - |
| XYZ | 44.69 | 42.56 | 14.25 | - |
| YUV | 171.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 84 | 0 | 0.26 | 0.62 | 0.13 | 35.04 | 0.67 | 0.6 |
| Hex | DD | A4 | 54 | 0 | 1A | 3E | D | 23 | 43 | 3C |
| Octal | 335 | 244 | 124 | 0 | 32 | 76 | 15 | 43 | 103 | 74 |
| Binary | 11011101 | 10100100 | 1010100 | 0 | 11010 | 111110 | 1101 | 100011 | 1000011 | 111100 |
Color Harmonies of #DDA454
Complementary color
Monochromatic Colors of #DDA454
Black with #DDA454
Text Example
Text Example
White with #DDA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA454; }
p { color: rgb(221,164,84); }
H1.HeaderClassName
{
color: #DDA454;
}
.AnyTagClassName
{
color: #DDA454;
}
</style>
background-color css
<style>
a { background-color: #DDA454; }
a { background-color: rgb(221,164,84); }
div.DivClassName
{
background-color: #DDA454;
}
.BgClassName
{
background-color: #DDA454;
}
</style>
border-color css
<style>
span { border-color: #DDA454; }
span { border-color: rgb(221,164,84); }
td.TdClassName
{
border-color: #DDA454;
}
.TagClassName
{
border-color: #DDA454;
}
</style>