Shades of Rob Roy #DDA24F
Tints of Rob Roy #DDA24F
RGB
CMYK
RGB Variations
Color information
#DDA24F (or 0xDDA24F) is known color: Rob Roy. HEX triplet: DD, A2 and 4F. RGB value is (221,162,79). Sum of RGB (Red+Green+Blue) = 221+162+79=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA24F is #225DB0. Grayscale: #AAAAAA. Windows color (decimal): -2252209 or 5219037. OLE color: 5219037.
HSL color Cylindrical-coordinate representation of color #DDA24F: hue angle of 35.07º 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 #DDA24F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 79 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.13 |
| HSL | 35.07º | 0.68% | 0.59% | - |
| HSV(B) | 35.07º | 0.64% | 0.87% | - |
| XYZ | 44.15 | 41.78 | 13.13 | - |
| YUV | 170.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 79 | 0 | 0.27 | 0.64 | 0.13 | 35.07 | 0.68 | 0.59 |
| Hex | DD | A2 | 4F | 0 | 1B | 40 | D | 23 | 44 | 3B |
| Octal | 335 | 242 | 117 | 0 | 33 | 100 | 15 | 43 | 104 | 73 |
| Binary | 11011101 | 10100010 | 1001111 | 0 | 11011 | 1000000 | 1101 | 100011 | 1000100 | 111011 |
Color Harmonies of #DDA24F
Complementary color
Monochromatic Colors of #DDA24F
Black with #DDA24F
Text Example
Text Example
White with #DDA24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA24F; }
p { color: rgb(221,162,79); }
H1.HeaderClassName
{
color: #DDA24F;
}
.AnyTagClassName
{
color: #DDA24F;
}
</style>
background-color css
<style>
a { background-color: #DDA24F; }
a { background-color: rgb(221,162,79); }
div.DivClassName
{
background-color: #DDA24F;
}
.BgClassName
{
background-color: #DDA24F;
}
</style>
border-color css
<style>
span { border-color: #DDA24F; }
span { border-color: rgb(221,162,79); }
td.TdClassName
{
border-color: #DDA24F;
}
.TagClassName
{
border-color: #DDA24F;
}
</style>