Shades of Rob Roy #DDA94C
Tints of Rob Roy #DDA94C
RGB
CMYK
RGB Variations
Color information
#DDA94C (or 0xDDA94C) is known color: Rob Roy. HEX triplet: DD, A9 and 4C. RGB value is (221,169,76). Sum of RGB (Red+Green+Blue) = 221+169+76=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA94C is #2256B3. Grayscale: #AEAEAE. Windows color (decimal): -2250420 or 5024221. OLE color: 5024221.
HSL color Cylindrical-coordinate representation of color #DDA94C: hue angle of 38.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDA94C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 76 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.13 |
| HSL | 38.48º | 0.68% | 0.58% | - |
| HSV(B) | 38.48º | 0.66% | 0.87% | - |
| XYZ | 45.31 | 44.27 | 12.99 | - |
| YUV | 173.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 76 | 0 | 0.24 | 0.66 | 0.13 | 38.48 | 0.68 | 0.58 |
| Hex | DD | A9 | 4C | 0 | 18 | 42 | D | 26 | 44 | 3A |
| Octal | 335 | 251 | 114 | 0 | 30 | 102 | 15 | 46 | 104 | 72 |
| Binary | 11011101 | 10101001 | 1001100 | 0 | 11000 | 1000010 | 1101 | 100110 | 1000100 | 111010 |
Color Harmonies of #DDA94C
Complementary color
Monochromatic Colors of #DDA94C
Black with #DDA94C
Text Example
Text Example
White with #DDA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA94C; }
p { color: rgb(221,169,76); }
H1.HeaderClassName
{
color: #DDA94C;
}
.AnyTagClassName
{
color: #DDA94C;
}
</style>
background-color css
<style>
a { background-color: #DDA94C; }
a { background-color: rgb(221,169,76); }
div.DivClassName
{
background-color: #DDA94C;
}
.BgClassName
{
background-color: #DDA94C;
}
</style>
border-color css
<style>
span { border-color: #DDA94C; }
span { border-color: rgb(221,169,76); }
td.TdClassName
{
border-color: #DDA94C;
}
.TagClassName
{
border-color: #DDA94C;
}
</style>