Shades of Rob Roy #DDA85E
Tints of Rob Roy #DDA85E
RGB
CMYK
RGB Variations
Color information
#DDA85E (or 0xDDA85E) is known color: Rob Roy. HEX triplet: DD, A8 and 5E. RGB value is (221,168,94). Sum of RGB (Red+Green+Blue) = 221+168+94=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA85E is #2257A1. Grayscale: #AFAFAF. Windows color (decimal): -2250658 or 6203613. OLE color: 6203613.
HSL color Cylindrical-coordinate representation of color #DDA85E: hue angle of 34.96º 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 #DDA85E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 94 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.13 |
| HSL | 34.96º | 0.65% | 0.62% | - |
| HSV(B) | 34.96º | 0.57% | 0.87% | - |
| XYZ | 45.84 | 44.19 | 16.7 | - |
| YUV | 175.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 94 | 0 | 0.24 | 0.57 | 0.13 | 34.96 | 0.65 | 0.62 |
| Hex | DD | A8 | 5E | 0 | 18 | 39 | D | 23 | 41 | 3E |
| Octal | 335 | 250 | 136 | 0 | 30 | 71 | 15 | 43 | 101 | 76 |
| Binary | 11011101 | 10101000 | 1011110 | 0 | 11000 | 111001 | 1101 | 100011 | 1000001 | 111110 |
Color Harmonies of #DDA85E
Complementary color
Monochromatic Colors of #DDA85E
Black with #DDA85E
Text Example
Text Example
White with #DDA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA85E; }
p { color: rgb(221,168,94); }
H1.HeaderClassName
{
color: #DDA85E;
}
.AnyTagClassName
{
color: #DDA85E;
}
</style>
background-color css
<style>
a { background-color: #DDA85E; }
a { background-color: rgb(221,168,94); }
div.DivClassName
{
background-color: #DDA85E;
}
.BgClassName
{
background-color: #DDA85E;
}
</style>
border-color css
<style>
span { border-color: #DDA85E; }
span { border-color: rgb(221,168,94); }
td.TdClassName
{
border-color: #DDA85E;
}
.TagClassName
{
border-color: #DDA85E;
}
</style>