Shades of Rob Roy #DDA94D
Tints of Rob Roy #DDA94D
RGB
CMYK
RGB Variations
Color information
#DDA94D (or 0xDDA94D) is known color: Rob Roy. HEX triplet: DD, A9 and 4D. RGB value is (221,169,77). Sum of RGB (Red+Green+Blue) = 221+169+77=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA94D is #2256B2. Grayscale: #AEAEAE. Windows color (decimal): -2250419 or 5089757. OLE color: 5089757.
HSL color Cylindrical-coordinate representation of color #DDA94D: hue angle of 38.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDA94D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 77 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.13 |
| HSL | 38.33º | 0.68% | 0.58% | - |
| HSV(B) | 38.33º | 0.65% | 0.87% | - |
| XYZ | 45.35 | 44.28 | 13.18 | - |
| YUV | 174.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 77 | 0 | 0.24 | 0.65 | 0.13 | 38.33 | 0.68 | 0.58 |
| Hex | DD | A9 | 4D | 0 | 18 | 41 | D | 26 | 44 | 3A |
| Octal | 335 | 251 | 115 | 0 | 30 | 101 | 15 | 46 | 104 | 72 |
| Binary | 11011101 | 10101001 | 1001101 | 0 | 11000 | 1000001 | 1101 | 100110 | 1000100 | 111010 |
Color Harmonies of #DDA94D
Complementary color
Monochromatic Colors of #DDA94D
Black with #DDA94D
Text Example
Text Example
White with #DDA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA94D; }
p { color: rgb(221,169,77); }
H1.HeaderClassName
{
color: #DDA94D;
}
.AnyTagClassName
{
color: #DDA94D;
}
</style>
background-color css
<style>
a { background-color: #DDA94D; }
a { background-color: rgb(221,169,77); }
div.DivClassName
{
background-color: #DDA94D;
}
.BgClassName
{
background-color: #DDA94D;
}
</style>
border-color css
<style>
span { border-color: #DDA94D; }
span { border-color: rgb(221,169,77); }
td.TdClassName
{
border-color: #DDA94D;
}
.TagClassName
{
border-color: #DDA94D;
}
</style>