Shades of Rob Roy #DDA95E
Tints of Rob Roy #DDA95E
RGB
CMYK
RGB Variations
Color information
#DDA95E (or 0xDDA95E) is known color: Rob Roy. HEX triplet: DD, A9 and 5E. RGB value is (221,169,94). Sum of RGB (Red+Green+Blue) = 221+169+94=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA95E is #2256A1. Grayscale: #B0B0B0. Windows color (decimal): -2250402 or 6203869. OLE color: 6203869.
HSL color Cylindrical-coordinate representation of color #DDA95E: hue angle of 35.43º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDA95E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 94 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.13 |
| HSL | 35.43º | 0.65% | 0.62% | - |
| HSV(B) | 35.43º | 0.57% | 0.87% | - |
| XYZ | 46.03 | 44.56 | 16.76 | - |
| YUV | 176 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 94 | 0 | 0.24 | 0.57 | 0.13 | 35.43 | 0.65 | 0.62 |
| Hex | DD | A9 | 5E | 0 | 18 | 39 | D | 23 | 41 | 3E |
| Octal | 335 | 251 | 136 | 0 | 30 | 71 | 15 | 43 | 101 | 76 |
| Binary | 11011101 | 10101001 | 1011110 | 0 | 11000 | 111001 | 1101 | 100011 | 1000001 | 111110 |
Color Harmonies of #DDA95E
Complementary color
Monochromatic Colors of #DDA95E
Black with #DDA95E
Text Example
Text Example
White with #DDA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA95E; }
p { color: rgb(221,169,94); }
H1.HeaderClassName
{
color: #DDA95E;
}
.AnyTagClassName
{
color: #DDA95E;
}
</style>
background-color css
<style>
a { background-color: #DDA95E; }
a { background-color: rgb(221,169,94); }
div.DivClassName
{
background-color: #DDA95E;
}
.BgClassName
{
background-color: #DDA95E;
}
</style>
border-color css
<style>
span { border-color: #DDA95E; }
span { border-color: rgb(221,169,94); }
td.TdClassName
{
border-color: #DDA95E;
}
.TagClassName
{
border-color: #DDA95E;
}
</style>