Shades of Rob Roy #DDA44E
Tints of Rob Roy #DDA44E
RGB
CMYK
RGB Variations
Color information
#DDA44E (or 0xDDA44E) is known color: Rob Roy. HEX triplet: DD, A4 and 4E. RGB value is (221,164,78). Sum of RGB (Red+Green+Blue) = 221+164+78=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA44E is #225BB1. Grayscale: #ABABAB. Windows color (decimal): -2251698 or 5154013. OLE color: 5154013.
HSL color Cylindrical-coordinate representation of color #DDA44E: hue angle of 36.08º 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 #DDA44E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 78 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.13 |
| HSL | 36.08º | 0.68% | 0.59% | - |
| HSV(B) | 36.08º | 0.65% | 0.87% | - |
| XYZ | 44.47 | 42.47 | 13.06 | - |
| YUV | 171.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 78 | 0 | 0.26 | 0.65 | 0.13 | 36.08 | 0.68 | 0.59 |
| Hex | DD | A4 | 4E | 0 | 1A | 41 | D | 24 | 44 | 3B |
| Octal | 335 | 244 | 116 | 0 | 32 | 101 | 15 | 44 | 104 | 73 |
| Binary | 11011101 | 10100100 | 1001110 | 0 | 11010 | 1000001 | 1101 | 100100 | 1000100 | 111011 |
Color Harmonies of #DDA44E
Complementary color
Monochromatic Colors of #DDA44E
Black with #DDA44E
Text Example
Text Example
White with #DDA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA44E; }
p { color: rgb(221,164,78); }
H1.HeaderClassName
{
color: #DDA44E;
}
.AnyTagClassName
{
color: #DDA44E;
}
</style>
background-color css
<style>
a { background-color: #DDA44E; }
a { background-color: rgb(221,164,78); }
div.DivClassName
{
background-color: #DDA44E;
}
.BgClassName
{
background-color: #DDA44E;
}
</style>
border-color css
<style>
span { border-color: #DDA44E; }
span { border-color: rgb(221,164,78); }
td.TdClassName
{
border-color: #DDA44E;
}
.TagClassName
{
border-color: #DDA44E;
}
</style>