Shades of Rob Roy #DDA84E
Tints of Rob Roy #DDA84E
RGB
CMYK
RGB Variations
Color information
#DDA84E (or 0xDDA84E) is known color: Rob Roy. HEX triplet: DD, A8 and 4E. RGB value is (221,168,78). Sum of RGB (Red+Green+Blue) = 221+168+78=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA84E is #2257B1. Grayscale: #AEAEAE. Windows color (decimal): -2250674 or 5155037. OLE color: 5155037.
HSL color Cylindrical-coordinate representation of color #DDA84E: hue angle of 37.76º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDA84E is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 78 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.13 |
| HSL | 37.76º | 0.68% | 0.59% | - |
| HSV(B) | 37.76º | 0.65% | 0.87% | - |
| XYZ | 45.2 | 43.93 | 13.3 | - |
| YUV | 173.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 78 | 0 | 0.24 | 0.65 | 0.13 | 37.76 | 0.68 | 0.59 |
| Hex | DD | A8 | 4E | 0 | 18 | 41 | D | 26 | 44 | 3B |
| Octal | 335 | 250 | 116 | 0 | 30 | 101 | 15 | 46 | 104 | 73 |
| Binary | 11011101 | 10101000 | 1001110 | 0 | 11000 | 1000001 | 1101 | 100110 | 1000100 | 111011 |
Color Harmonies of #DDA84E
Complementary color
Monochromatic Colors of #DDA84E
Black with #DDA84E
Text Example
Text Example
White with #DDA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA84E; }
p { color: rgb(221,168,78); }
H1.HeaderClassName
{
color: #DDA84E;
}
.AnyTagClassName
{
color: #DDA84E;
}
</style>
background-color css
<style>
a { background-color: #DDA84E; }
a { background-color: rgb(221,168,78); }
div.DivClassName
{
background-color: #DDA84E;
}
.BgClassName
{
background-color: #DDA84E;
}
</style>
border-color css
<style>
span { border-color: #DDA84E; }
span { border-color: rgb(221,168,78); }
td.TdClassName
{
border-color: #DDA84E;
}
.TagClassName
{
border-color: #DDA84E;
}
</style>