Shades of Rob Roy #DDB650
Tints of Rob Roy #DDB650
RGB
CMYK
RGB Variations
Color information
#DDB650 (or 0xDDB650) is known color: Rob Roy. HEX triplet: DD, B6 and 50. RGB value is (221,182,80). Sum of RGB (Red+Green+Blue) = 221+182+80=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB650 is #2249AF. Grayscale: #B6B6B6. Windows color (decimal): -2247088 or 5289693. OLE color: 5289693.
HSL color Cylindrical-coordinate representation of color #DDB650: hue angle of 43.4º 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 #DDB650 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 80 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.13 |
| HSL | 43.4º | 0.67% | 0.59% | - |
| HSV(B) | 43.4º | 0.64% | 0.87% | - |
| XYZ | 47.99 | 49.41 | 14.6 | - |
| YUV | 182.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 80 | 0 | 0.18 | 0.64 | 0.13 | 43.4 | 0.67 | 0.59 |
| Hex | DD | B6 | 50 | 0 | 12 | 40 | D | 2B | 43 | 3B |
| Octal | 335 | 266 | 120 | 0 | 22 | 100 | 15 | 53 | 103 | 73 |
| Binary | 11011101 | 10110110 | 1010000 | 0 | 10010 | 1000000 | 1101 | 101011 | 1000011 | 111011 |
Color Harmonies of #DDB650
Complementary color
Monochromatic Colors of #DDB650
Black with #DDB650
Text Example
Text Example
White with #DDB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB650; }
p { color: rgb(221,182,80); }
H1.HeaderClassName
{
color: #DDB650;
}
.AnyTagClassName
{
color: #DDB650;
}
</style>
background-color css
<style>
a { background-color: #DDB650; }
a { background-color: rgb(221,182,80); }
div.DivClassName
{
background-color: #DDB650;
}
.BgClassName
{
background-color: #DDB650;
}
</style>
border-color css
<style>
span { border-color: #DDB650; }
span { border-color: rgb(221,182,80); }
td.TdClassName
{
border-color: #DDB650;
}
.TagClassName
{
border-color: #DDB650;
}
</style>