Shades of Rob Roy #DDB056
Tints of Rob Roy #DDB056
RGB
CMYK
RGB Variations
Color information
#DDB056 (or 0xDDB056) is known color: Rob Roy. HEX triplet: DD, B0 and 56. RGB value is (221,176,86). Sum of RGB (Red+Green+Blue) = 221+176+86=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB056 is #224FA9. Grayscale: #B3B3B3. Windows color (decimal): -2248618 or 5681373. OLE color: 5681373.
HSL color Cylindrical-coordinate representation of color #DDB056: hue angle of 40º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDB056 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 86 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.13 |
| HSL | 40º | 0.67% | 0.6% | - |
| HSV(B) | 40º | 0.61% | 0.87% | - |
| XYZ | 47.02 | 47.09 | 15.42 | - |
| YUV | 179.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 86 | 0 | 0.20 | 0.61 | 0.13 | 40 | 0.67 | 0.6 |
| Hex | DD | B0 | 56 | 0 | 14 | 3D | D | 28 | 43 | 3C |
| Octal | 335 | 260 | 126 | 0 | 24 | 75 | 15 | 50 | 103 | 74 |
| Binary | 11011101 | 10110000 | 1010110 | 0 | 10100 | 111101 | 1101 | 101000 | 1000011 | 111100 |
Color Harmonies of #DDB056
Complementary color
Monochromatic Colors of #DDB056
Black with #DDB056
Text Example
Text Example
White with #DDB056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB056; }
p { color: rgb(221,176,86); }
H1.HeaderClassName
{
color: #DDB056;
}
.AnyTagClassName
{
color: #DDB056;
}
</style>
background-color css
<style>
a { background-color: #DDB056; }
a { background-color: rgb(221,176,86); }
div.DivClassName
{
background-color: #DDB056;
}
.BgClassName
{
background-color: #DDB056;
}
</style>
border-color css
<style>
span { border-color: #DDB056; }
span { border-color: rgb(221,176,86); }
td.TdClassName
{
border-color: #DDB056;
}
.TagClassName
{
border-color: #DDB056;
}
</style>