Shades of Rob Roy #DDA95D
Tints of Rob Roy #DDA95D
RGB
CMYK
RGB Variations
Color information
#DDA95D (or 0xDDA95D) is known color: Rob Roy. HEX triplet: DD, A9 and 5D. RGB value is (221,169,93). Sum of RGB (Red+Green+Blue) = 221+169+93=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA95D is #2256A2. Grayscale: #B0B0B0. Windows color (decimal): -2250403 or 6138333. OLE color: 6138333.
HSL color Cylindrical-coordinate representation of color #DDA95D: hue angle of 35.62º 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 #DDA95D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 93 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.13 |
| HSL | 35.63º | 0.65% | 0.62% | - |
| HSV(B) | 35.63º | 0.58% | 0.87% | - |
| XYZ | 45.98 | 44.54 | 16.53 | - |
| YUV | 175.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 93 | 0 | 0.24 | 0.58 | 0.13 | 35.63 | 0.65 | 0.62 |
| Hex | DD | A9 | 5D | 0 | 18 | 3A | D | 24 | 41 | 3E |
| Octal | 335 | 251 | 135 | 0 | 30 | 72 | 15 | 44 | 101 | 76 |
| Binary | 11011101 | 10101001 | 1011101 | 0 | 11000 | 111010 | 1101 | 100100 | 1000001 | 111110 |
Color Harmonies of #DDA95D
Complementary color
Monochromatic Colors of #DDA95D
Black with #DDA95D
Text Example
Text Example
White with #DDA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA95D; }
p { color: rgb(221,169,93); }
H1.HeaderClassName
{
color: #DDA95D;
}
.AnyTagClassName
{
color: #DDA95D;
}
</style>
background-color css
<style>
a { background-color: #DDA95D; }
a { background-color: rgb(221,169,93); }
div.DivClassName
{
background-color: #DDA95D;
}
.BgClassName
{
background-color: #DDA95D;
}
</style>
border-color css
<style>
span { border-color: #DDA95D; }
span { border-color: rgb(221,169,93); }
td.TdClassName
{
border-color: #DDA95D;
}
.TagClassName
{
border-color: #DDA95D;
}
</style>