Shades of Rob Roy #DDA74D
Tints of Rob Roy #DDA74D
RGB
CMYK
RGB Variations
Color information
#DDA74D (or 0xDDA74D) is known color: Rob Roy. HEX triplet: DD, A7 and 4D. RGB value is (221,167,77). Sum of RGB (Red+Green+Blue) = 221+167+77=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA74D is #2258B2. Grayscale: #ADADAD. Windows color (decimal): -2250931 or 5089245. OLE color: 5089245.
HSL color Cylindrical-coordinate representation of color #DDA74D: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDA74D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 77 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.13 |
| HSL | 37.5º | 0.68% | 0.58% | - |
| HSV(B) | 37.5º | 0.65% | 0.87% | - |
| XYZ | 44.98 | 43.55 | 13.06 | - |
| YUV | 172.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 77 | 0 | 0.24 | 0.65 | 0.13 | 37.5 | 0.68 | 0.58 |
| Hex | DD | A7 | 4D | 0 | 18 | 41 | D | 26 | 44 | 3A |
| Octal | 335 | 247 | 115 | 0 | 30 | 101 | 15 | 46 | 104 | 72 |
| Binary | 11011101 | 10100111 | 1001101 | 0 | 11000 | 1000001 | 1101 | 100110 | 1000100 | 111010 |
Color Harmonies of #DDA74D
Complementary color
Monochromatic Colors of #DDA74D
Black with #DDA74D
Text Example
Text Example
White with #DDA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA74D; }
p { color: rgb(221,167,77); }
H1.HeaderClassName
{
color: #DDA74D;
}
.AnyTagClassName
{
color: #DDA74D;
}
</style>
background-color css
<style>
a { background-color: #DDA74D; }
a { background-color: rgb(221,167,77); }
div.DivClassName
{
background-color: #DDA74D;
}
.BgClassName
{
background-color: #DDA74D;
}
</style>
border-color css
<style>
span { border-color: #DDA74D; }
span { border-color: rgb(221,167,77); }
td.TdClassName
{
border-color: #DDA74D;
}
.TagClassName
{
border-color: #DDA74D;
}
</style>