Shades of Rob Roy #DDA456
Tints of Rob Roy #DDA456
RGB
CMYK
RGB Variations
Color information
#DDA456 (or 0xDDA456) is known color: Rob Roy. HEX triplet: DD, A4 and 56. RGB value is (221,164,86). Sum of RGB (Red+Green+Blue) = 221+164+86=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA456 is #225BA9. Grayscale: #ACACAC. Windows color (decimal): -2251690 or 5678301. OLE color: 5678301.
HSL color Cylindrical-coordinate representation of color #DDA456: hue angle of 34.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDA456 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 86 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.13 |
| HSL | 34.67º | 0.67% | 0.6% | - |
| HSV(B) | 34.67º | 0.61% | 0.87% | - |
| XYZ | 44.77 | 42.59 | 14.67 | - |
| YUV | 172.15 | 79.38 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 86 | 0 | 0.26 | 0.61 | 0.13 | 34.67 | 0.67 | 0.6 |
| Hex | DD | A4 | 56 | 0 | 1A | 3D | D | 23 | 43 | 3C |
| Octal | 335 | 244 | 126 | 0 | 32 | 75 | 15 | 43 | 103 | 74 |
| Binary | 11011101 | 10100100 | 1010110 | 0 | 11010 | 111101 | 1101 | 100011 | 1000011 | 111100 |
Color Harmonies of #DDA456
Complementary color
Monochromatic Colors of #DDA456
Black with #DDA456
Text Example
Text Example
White with #DDA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA456; }
p { color: rgb(221,164,86); }
H1.HeaderClassName
{
color: #DDA456;
}
.AnyTagClassName
{
color: #DDA456;
}
</style>
background-color css
<style>
a { background-color: #DDA456; }
a { background-color: rgb(221,164,86); }
div.DivClassName
{
background-color: #DDA456;
}
.BgClassName
{
background-color: #DDA456;
}
</style>
border-color css
<style>
span { border-color: #DDA456; }
span { border-color: rgb(221,164,86); }
td.TdClassName
{
border-color: #DDA456;
}
.TagClassName
{
border-color: #DDA456;
}
</style>