Shades of Rob Roy #DDB059
Tints of Rob Roy #DDB059
RGB
CMYK
RGB Variations
Color information
#DDB059 (or 0xDDB059) is known color: Rob Roy. HEX triplet: DD, B0 and 59. RGB value is (221,176,89). Sum of RGB (Red+Green+Blue) = 221+176+89=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB059 is #224FA6. Grayscale: #B3B3B3. Windows color (decimal): -2248615 or 5877981. OLE color: 5877981.
HSL color Cylindrical-coordinate representation of color #DDB059: hue angle of 39.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDB059 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 89 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.13 |
| HSL | 39.55º | 0.66% | 0.61% | - |
| HSV(B) | 39.55º | 0.6% | 0.87% | - |
| XYZ | 47.15 | 47.14 | 16.07 | - |
| YUV | 179.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 89 | 0 | 0.20 | 0.60 | 0.13 | 39.55 | 0.66 | 0.61 |
| Hex | DD | B0 | 59 | 0 | 14 | 3C | D | 28 | 42 | 3D |
| Octal | 335 | 260 | 131 | 0 | 24 | 74 | 15 | 50 | 102 | 75 |
| Binary | 11011101 | 10110000 | 1011001 | 0 | 10100 | 111100 | 1101 | 101000 | 1000010 | 111101 |
Color Harmonies of #DDB059
Complementary color
Monochromatic Colors of #DDB059
Black with #DDB059
Text Example
Text Example
White with #DDB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB059; }
p { color: rgb(221,176,89); }
H1.HeaderClassName
{
color: #DDB059;
}
.AnyTagClassName
{
color: #DDB059;
}
</style>
background-color css
<style>
a { background-color: #DDB059; }
a { background-color: rgb(221,176,89); }
div.DivClassName
{
background-color: #DDB059;
}
.BgClassName
{
background-color: #DDB059;
}
</style>
border-color css
<style>
span { border-color: #DDB059; }
span { border-color: rgb(221,176,89); }
td.TdClassName
{
border-color: #DDB059;
}
.TagClassName
{
border-color: #DDB059;
}
</style>