Shades of Rob Roy #DDA54F
Tints of Rob Roy #DDA54F
RGB
CMYK
RGB Variations
Color information
#DDA54F (or 0xDDA54F) is known color: Rob Roy. HEX triplet: DD, A5 and 4F. RGB value is (221,165,79). Sum of RGB (Red+Green+Blue) = 221+165+79=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA54F is #225AB0. Grayscale: #ACACAC. Windows color (decimal): -2251441 or 5219805. OLE color: 5219805.
HSL color Cylindrical-coordinate representation of color #DDA54F: hue angle of 36.34º 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 #DDA54F is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 79 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.13 |
| HSL | 36.34º | 0.68% | 0.59% | - |
| HSV(B) | 36.34º | 0.64% | 0.87% | - |
| XYZ | 44.69 | 42.85 | 13.31 | - |
| YUV | 171.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 79 | 0 | 0.25 | 0.64 | 0.13 | 36.34 | 0.68 | 0.59 |
| Hex | DD | A5 | 4F | 0 | 19 | 40 | D | 24 | 44 | 3B |
| Octal | 335 | 245 | 117 | 0 | 31 | 100 | 15 | 44 | 104 | 73 |
| Binary | 11011101 | 10100101 | 1001111 | 0 | 11001 | 1000000 | 1101 | 100100 | 1000100 | 111011 |
Color Harmonies of #DDA54F
Complementary color
Monochromatic Colors of #DDA54F
Black with #DDA54F
Text Example
Text Example
White with #DDA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA54F; }
p { color: rgb(221,165,79); }
H1.HeaderClassName
{
color: #DDA54F;
}
.AnyTagClassName
{
color: #DDA54F;
}
</style>
background-color css
<style>
a { background-color: #DDA54F; }
a { background-color: rgb(221,165,79); }
div.DivClassName
{
background-color: #DDA54F;
}
.BgClassName
{
background-color: #DDA54F;
}
</style>
border-color css
<style>
span { border-color: #DDA54F; }
span { border-color: rgb(221,165,79); }
td.TdClassName
{
border-color: #DDA54F;
}
.TagClassName
{
border-color: #DDA54F;
}
</style>