Shades of Rob Roy #DDA85F
Tints of Rob Roy #DDA85F
RGB
CMYK
RGB Variations
Color information
#DDA85F (or 0xDDA85F) is known color: Rob Roy. HEX triplet: DD, A8 and 5F. RGB value is (221,168,95). Sum of RGB (Red+Green+Blue) = 221+168+95=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA85F is #2257A0. Grayscale: #AFAFAF. Windows color (decimal): -2250657 or 6269149. OLE color: 6269149.
HSL color Cylindrical-coordinate representation of color #DDA85F: hue angle of 34.76º 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 #DDA85F is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 95 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.13 |
| HSL | 34.76º | 0.65% | 0.62% | - |
| HSV(B) | 34.76º | 0.57% | 0.87% | - |
| XYZ | 45.89 | 44.2 | 16.94 | - |
| YUV | 175.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 95 | 0 | 0.24 | 0.57 | 0.13 | 34.76 | 0.65 | 0.62 |
| Hex | DD | A8 | 5F | 0 | 18 | 39 | D | 23 | 41 | 3E |
| Octal | 335 | 250 | 137 | 0 | 30 | 71 | 15 | 43 | 101 | 76 |
| Binary | 11011101 | 10101000 | 1011111 | 0 | 11000 | 111001 | 1101 | 100011 | 1000001 | 111110 |
Color Harmonies of #DDA85F
Complementary color
Monochromatic Colors of #DDA85F
Black with #DDA85F
Text Example
Text Example
White with #DDA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA85F; }
p { color: rgb(221,168,95); }
H1.HeaderClassName
{
color: #DDA85F;
}
.AnyTagClassName
{
color: #DDA85F;
}
</style>
background-color css
<style>
a { background-color: #DDA85F; }
a { background-color: rgb(221,168,95); }
div.DivClassName
{
background-color: #DDA85F;
}
.BgClassName
{
background-color: #DDA85F;
}
</style>
border-color css
<style>
span { border-color: #DDA85F; }
span { border-color: rgb(221,168,95); }
td.TdClassName
{
border-color: #DDA85F;
}
.TagClassName
{
border-color: #DDA85F;
}
</style>