Shades of Rob Roy #DDB54F
Tints of Rob Roy #DDB54F
RGB
CMYK
RGB Variations
Color information
#DDB54F (or 0xDDB54F) is known color: Rob Roy. HEX triplet: DD, B5 and 4F. RGB value is (221,181,79). Sum of RGB (Red+Green+Blue) = 221+181+79=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB54F is #224AB0. Grayscale: #B5B5B5. Windows color (decimal): -2247345 or 5223901. OLE color: 5223901.
HSL color Cylindrical-coordinate representation of color #DDB54F: hue angle of 43.1º 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 #DDB54F is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 79 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.13 |
| HSL | 43.1º | 0.68% | 0.59% | - |
| HSV(B) | 43.1º | 0.64% | 0.87% | - |
| XYZ | 47.75 | 48.98 | 14.34 | - |
| YUV | 181.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 79 | 0 | 0.18 | 0.64 | 0.13 | 43.1 | 0.68 | 0.59 |
| Hex | DD | B5 | 4F | 0 | 12 | 40 | D | 2B | 44 | 3B |
| Octal | 335 | 265 | 117 | 0 | 22 | 100 | 15 | 53 | 104 | 73 |
| Binary | 11011101 | 10110101 | 1001111 | 0 | 10010 | 1000000 | 1101 | 101011 | 1000100 | 111011 |
Color Harmonies of #DDB54F
Complementary color
Monochromatic Colors of #DDB54F
Black with #DDB54F
Text Example
Text Example
White with #DDB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB54F; }
p { color: rgb(221,181,79); }
H1.HeaderClassName
{
color: #DDB54F;
}
.AnyTagClassName
{
color: #DDB54F;
}
</style>
background-color css
<style>
a { background-color: #DDB54F; }
a { background-color: rgb(221,181,79); }
div.DivClassName
{
background-color: #DDB54F;
}
.BgClassName
{
background-color: #DDB54F;
}
</style>
border-color css
<style>
span { border-color: #DDB54F; }
span { border-color: rgb(221,181,79); }
td.TdClassName
{
border-color: #DDB54F;
}
.TagClassName
{
border-color: #DDB54F;
}
</style>