Shades of Rob Roy #DDA44D
Tints of Rob Roy #DDA44D
RGB
CMYK
RGB Variations
Color information
#DDA44D (or 0xDDA44D) is known color: Rob Roy. HEX triplet: DD, A4 and 4D. RGB value is (221,164,77). Sum of RGB (Red+Green+Blue) = 221+164+77=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA44D is #225BB2. Grayscale: #ABABAB. Windows color (decimal): -2251699 or 5088477. OLE color: 5088477.
HSL color Cylindrical-coordinate representation of color #DDA44D: hue angle of 36.25º 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 #DDA44D is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 77 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.13 |
| HSL | 36.25º | 0.68% | 0.58% | - |
| HSV(B) | 36.25º | 0.65% | 0.87% | - |
| XYZ | 44.43 | 42.46 | 12.87 | - |
| YUV | 171.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 77 | 0 | 0.26 | 0.65 | 0.13 | 36.25 | 0.68 | 0.58 |
| Hex | DD | A4 | 4D | 0 | 1A | 41 | D | 24 | 44 | 3A |
| Octal | 335 | 244 | 115 | 0 | 32 | 101 | 15 | 44 | 104 | 72 |
| Binary | 11011101 | 10100100 | 1001101 | 0 | 11010 | 1000001 | 1101 | 100100 | 1000100 | 111010 |
Color Harmonies of #DDA44D
Complementary color
Monochromatic Colors of #DDA44D
Black with #DDA44D
Text Example
Text Example
White with #DDA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA44D; }
p { color: rgb(221,164,77); }
H1.HeaderClassName
{
color: #DDA44D;
}
.AnyTagClassName
{
color: #DDA44D;
}
</style>
background-color css
<style>
a { background-color: #DDA44D; }
a { background-color: rgb(221,164,77); }
div.DivClassName
{
background-color: #DDA44D;
}
.BgClassName
{
background-color: #DDA44D;
}
</style>
border-color css
<style>
span { border-color: #DDA44D; }
span { border-color: rgb(221,164,77); }
td.TdClassName
{
border-color: #DDA44D;
}
.TagClassName
{
border-color: #DDA44D;
}
</style>