Shades of Rob Roy #DDA74E
Tints of Rob Roy #DDA74E
RGB
CMYK
RGB Variations
Color information
#DDA74E (or 0xDDA74E) is known color: Rob Roy. HEX triplet: DD, A7 and 4E. RGB value is (221,167,78). Sum of RGB (Red+Green+Blue) = 221+167+78=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA74E is #2258B1. Grayscale: #ADADAD. Windows color (decimal): -2250930 or 5154781. OLE color: 5154781.
HSL color Cylindrical-coordinate representation of color #DDA74E: hue angle of 37.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDA74E is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 78 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.13 |
| HSL | 37.34º | 0.68% | 0.59% | - |
| HSV(B) | 37.34º | 0.65% | 0.87% | - |
| XYZ | 45.01 | 43.56 | 13.24 | - |
| YUV | 173 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 78 | 0 | 0.24 | 0.65 | 0.13 | 37.34 | 0.68 | 0.59 |
| Hex | DD | A7 | 4E | 0 | 18 | 41 | D | 25 | 44 | 3B |
| Octal | 335 | 247 | 116 | 0 | 30 | 101 | 15 | 45 | 104 | 73 |
| Binary | 11011101 | 10100111 | 1001110 | 0 | 11000 | 1000001 | 1101 | 100101 | 1000100 | 111011 |
Color Harmonies of #DDA74E
Complementary color
Monochromatic Colors of #DDA74E
Black with #DDA74E
Text Example
Text Example
White with #DDA74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA74E; }
p { color: rgb(221,167,78); }
H1.HeaderClassName
{
color: #DDA74E;
}
.AnyTagClassName
{
color: #DDA74E;
}
</style>
background-color css
<style>
a { background-color: #DDA74E; }
a { background-color: rgb(221,167,78); }
div.DivClassName
{
background-color: #DDA74E;
}
.BgClassName
{
background-color: #DDA74E;
}
</style>
border-color css
<style>
span { border-color: #DDA74E; }
span { border-color: rgb(221,167,78); }
td.TdClassName
{
border-color: #DDA74E;
}
.TagClassName
{
border-color: #DDA74E;
}
</style>