Shades of Rob Roy #DDA85D
Tints of Rob Roy #DDA85D
RGB
CMYK
RGB Variations
Color information
#DDA85D (or 0xDDA85D) is known color: Rob Roy. HEX triplet: DD, A8 and 5D. RGB value is (221,168,93). Sum of RGB (Red+Green+Blue) = 221+168+93=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA85D is #2257A2. Grayscale: #AFAFAF. Windows color (decimal): -2250659 or 6138077. OLE color: 6138077.
HSL color Cylindrical-coordinate representation of color #DDA85D: hue angle of 35.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA85D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 93 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.13 |
| HSL | 35.16º | 0.65% | 0.62% | - |
| HSV(B) | 35.16º | 0.58% | 0.87% | - |
| XYZ | 45.8 | 44.17 | 16.47 | - |
| YUV | 175.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 93 | 0 | 0.24 | 0.58 | 0.13 | 35.16 | 0.65 | 0.62 |
| Hex | DD | A8 | 5D | 0 | 18 | 3A | D | 23 | 41 | 3E |
| Octal | 335 | 250 | 135 | 0 | 30 | 72 | 15 | 43 | 101 | 76 |
| Binary | 11011101 | 10101000 | 1011101 | 0 | 11000 | 111010 | 1101 | 100011 | 1000001 | 111110 |
Color Harmonies of #DDA85D
Complementary color
Monochromatic Colors of #DDA85D
Black with #DDA85D
Text Example
Text Example
White with #DDA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA85D; }
p { color: rgb(221,168,93); }
H1.HeaderClassName
{
color: #DDA85D;
}
.AnyTagClassName
{
color: #DDA85D;
}
</style>
background-color css
<style>
a { background-color: #DDA85D; }
a { background-color: rgb(221,168,93); }
div.DivClassName
{
background-color: #DDA85D;
}
.BgClassName
{
background-color: #DDA85D;
}
</style>
border-color css
<style>
span { border-color: #DDA85D; }
span { border-color: rgb(221,168,93); }
td.TdClassName
{
border-color: #DDA85D;
}
.TagClassName
{
border-color: #DDA85D;
}
</style>