Shades of Rob Roy #DDA24D
Tints of Rob Roy #DDA24D
RGB
CMYK
RGB Variations
Color information
#DDA24D (or 0xDDA24D) is known color: Rob Roy. HEX triplet: DD, A2 and 4D. RGB value is (221,162,77). Sum of RGB (Red+Green+Blue) = 221+162+77=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA24D is #225DB2. Grayscale: #AAAAAA. Windows color (decimal): -2252211 or 5087965. OLE color: 5087965.
HSL color Cylindrical-coordinate representation of color #DDA24D: hue angle of 35.42º 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 #DDA24D is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 77 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.13 |
| HSL | 35.42º | 0.68% | 0.58% | - |
| HSV(B) | 35.42º | 0.65% | 0.87% | - |
| XYZ | 44.08 | 41.75 | 12.76 | - |
| YUV | 169.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 77 | 0 | 0.27 | 0.65 | 0.13 | 35.42 | 0.68 | 0.58 |
| Hex | DD | A2 | 4D | 0 | 1B | 41 | D | 23 | 44 | 3A |
| Octal | 335 | 242 | 115 | 0 | 33 | 101 | 15 | 43 | 104 | 72 |
| Binary | 11011101 | 10100010 | 1001101 | 0 | 11011 | 1000001 | 1101 | 100011 | 1000100 | 111010 |
Color Harmonies of #DDA24D
Complementary color
Monochromatic Colors of #DDA24D
Black with #DDA24D
Text Example
Text Example
White with #DDA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA24D; }
p { color: rgb(221,162,77); }
H1.HeaderClassName
{
color: #DDA24D;
}
.AnyTagClassName
{
color: #DDA24D;
}
</style>
background-color css
<style>
a { background-color: #DDA24D; }
a { background-color: rgb(221,162,77); }
div.DivClassName
{
background-color: #DDA24D;
}
.BgClassName
{
background-color: #DDA24D;
}
</style>
border-color css
<style>
span { border-color: #DDA24D; }
span { border-color: rgb(221,162,77); }
td.TdClassName
{
border-color: #DDA24D;
}
.TagClassName
{
border-color: #DDA24D;
}
</style>