Shades of Rob Roy #DDB051
Tints of Rob Roy #DDB051
RGB
CMYK
RGB Variations
Color information
#DDB051 (or 0xDDB051) is known color: Rob Roy. HEX triplet: DD, B0 and 51. RGB value is (221,176,81). Sum of RGB (Red+Green+Blue) = 221+176+81=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB051 is #224FAE. Grayscale: #B3B3B3. Windows color (decimal): -2248623 or 5353693. OLE color: 5353693.
HSL color Cylindrical-coordinate representation of color #DDB051: hue angle of 40.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDB051 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 81 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.13 |
| HSL | 40.71º | 0.67% | 0.59% | - |
| HSV(B) | 40.71º | 0.63% | 0.87% | - |
| XYZ | 46.83 | 47.02 | 14.39 | - |
| YUV | 178.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 81 | 0 | 0.20 | 0.63 | 0.13 | 40.71 | 0.67 | 0.59 |
| Hex | DD | B0 | 51 | 0 | 14 | 3F | D | 29 | 43 | 3B |
| Octal | 335 | 260 | 121 | 0 | 24 | 77 | 15 | 51 | 103 | 73 |
| Binary | 11011101 | 10110000 | 1010001 | 0 | 10100 | 111111 | 1101 | 101001 | 1000011 | 111011 |
Color Harmonies of #DDB051
Complementary color
Monochromatic Colors of #DDB051
Black with #DDB051
Text Example
Text Example
White with #DDB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB051; }
p { color: rgb(221,176,81); }
H1.HeaderClassName
{
color: #DDB051;
}
.AnyTagClassName
{
color: #DDB051;
}
</style>
background-color css
<style>
a { background-color: #DDB051; }
a { background-color: rgb(221,176,81); }
div.DivClassName
{
background-color: #DDB051;
}
.BgClassName
{
background-color: #DDB051;
}
</style>
border-color css
<style>
span { border-color: #DDB051; }
span { border-color: rgb(221,176,81); }
td.TdClassName
{
border-color: #DDB051;
}
.TagClassName
{
border-color: #DDB051;
}
</style>