Shades of Rob Roy #DDA74F
Tints of Rob Roy #DDA74F
RGB
CMYK
RGB Variations
Color information
#DDA74F (or 0xDDA74F) is known color: Rob Roy. HEX triplet: DD, A7 and 4F. RGB value is (221,167,79). Sum of RGB (Red+Green+Blue) = 221+167+79=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA74F is #2258B0. Grayscale: #ADADAD. Windows color (decimal): -2250929 or 5220317. OLE color: 5220317.
HSL color Cylindrical-coordinate representation of color #DDA74F: hue angle of 37.18º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDA74F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 79 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.13 |
| HSL | 37.18º | 0.68% | 0.59% | - |
| HSV(B) | 37.18º | 0.64% | 0.87% | - |
| XYZ | 45.05 | 43.57 | 13.43 | - |
| YUV | 173.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 79 | 0 | 0.24 | 0.64 | 0.13 | 37.18 | 0.68 | 0.59 |
| Hex | DD | A7 | 4F | 0 | 18 | 40 | D | 25 | 44 | 3B |
| Octal | 335 | 247 | 117 | 0 | 30 | 100 | 15 | 45 | 104 | 73 |
| Binary | 11011101 | 10100111 | 1001111 | 0 | 11000 | 1000000 | 1101 | 100101 | 1000100 | 111011 |
Color Harmonies of #DDA74F
Complementary color
Monochromatic Colors of #DDA74F
Black with #DDA74F
Text Example
Text Example
White with #DDA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA74F; }
p { color: rgb(221,167,79); }
H1.HeaderClassName
{
color: #DDA74F;
}
.AnyTagClassName
{
color: #DDA74F;
}
</style>
background-color css
<style>
a { background-color: #DDA74F; }
a { background-color: rgb(221,167,79); }
div.DivClassName
{
background-color: #DDA74F;
}
.BgClassName
{
background-color: #DDA74F;
}
</style>
border-color css
<style>
span { border-color: #DDA74F; }
span { border-color: rgb(221,167,79); }
td.TdClassName
{
border-color: #DDA74F;
}
.TagClassName
{
border-color: #DDA74F;
}
</style>