Shades of Rob Roy #DDB350
Tints of Rob Roy #DDB350
RGB
CMYK
RGB Variations
Color information
#DDB350 (or 0xDDB350) is known color: Rob Roy. HEX triplet: DD, B3 and 50. RGB value is (221,179,80). Sum of RGB (Red+Green+Blue) = 221+179+80=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB350 is #224CAF. Grayscale: #B4B4B4. Windows color (decimal): -2247856 or 5288925. OLE color: 5288925.
HSL color Cylindrical-coordinate representation of color #DDB350: hue angle of 42.13º degrees, saturation: 0.67, 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 #DDB350 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 80 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.13 |
| HSL | 42.13º | 0.67% | 0.59% | - |
| HSV(B) | 42.13º | 0.64% | 0.87% | - |
| XYZ | 47.39 | 48.19 | 14.39 | - |
| YUV | 180.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 80 | 0 | 0.19 | 0.64 | 0.13 | 42.13 | 0.67 | 0.59 |
| Hex | DD | B3 | 50 | 0 | 13 | 40 | D | 2A | 43 | 3B |
| Octal | 335 | 263 | 120 | 0 | 23 | 100 | 15 | 52 | 103 | 73 |
| Binary | 11011101 | 10110011 | 1010000 | 0 | 10011 | 1000000 | 1101 | 101010 | 1000011 | 111011 |
Color Harmonies of #DDB350
Complementary color
Monochromatic Colors of #DDB350
Black with #DDB350
Text Example
Text Example
White with #DDB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB350; }
p { color: rgb(221,179,80); }
H1.HeaderClassName
{
color: #DDB350;
}
.AnyTagClassName
{
color: #DDB350;
}
</style>
background-color css
<style>
a { background-color: #DDB350; }
a { background-color: rgb(221,179,80); }
div.DivClassName
{
background-color: #DDB350;
}
.BgClassName
{
background-color: #DDB350;
}
</style>
border-color css
<style>
span { border-color: #DDB350; }
span { border-color: rgb(221,179,80); }
td.TdClassName
{
border-color: #DDB350;
}
.TagClassName
{
border-color: #DDB350;
}
</style>