Shades of Rob Roy #DDA74A
Tints of Rob Roy #DDA74A
RGB
CMYK
RGB Variations
Color information
#DDA74A (or 0xDDA74A) is known color: Rob Roy. HEX triplet: DD, A7 and 4A. RGB value is (221,167,74). Sum of RGB (Red+Green+Blue) = 221+167+74=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA74A is #2258B5. Grayscale: #ACACAC. Windows color (decimal): -2250934 or 4892637. OLE color: 4892637.
HSL color Cylindrical-coordinate representation of color #DDA74A: hue angle of 37.96º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDA74A is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 74 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.13 |
| HSL | 37.96º | 0.68% | 0.58% | - |
| HSV(B) | 37.96º | 0.67% | 0.87% | - |
| XYZ | 44.87 | 43.5 | 12.51 | - |
| YUV | 172.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 74 | 0 | 0.24 | 0.67 | 0.13 | 37.96 | 0.68 | 0.58 |
| Hex | DD | A7 | 4A | 0 | 18 | 43 | D | 26 | 44 | 3A |
| Octal | 335 | 247 | 112 | 0 | 30 | 103 | 15 | 46 | 104 | 72 |
| Binary | 11011101 | 10100111 | 1001010 | 0 | 11000 | 1000011 | 1101 | 100110 | 1000100 | 111010 |
Color Harmonies of #DDA74A
Complementary color
Monochromatic Colors of #DDA74A
Black with #DDA74A
Text Example
Text Example
White with #DDA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA74A; }
p { color: rgb(221,167,74); }
H1.HeaderClassName
{
color: #DDA74A;
}
.AnyTagClassName
{
color: #DDA74A;
}
</style>
background-color css
<style>
a { background-color: #DDA74A; }
a { background-color: rgb(221,167,74); }
div.DivClassName
{
background-color: #DDA74A;
}
.BgClassName
{
background-color: #DDA74A;
}
</style>
border-color css
<style>
span { border-color: #DDA74A; }
span { border-color: rgb(221,167,74); }
td.TdClassName
{
border-color: #DDA74A;
}
.TagClassName
{
border-color: #DDA74A;
}
</style>