Shades of Rob Roy #DDB256
Tints of Rob Roy #DDB256
RGB
CMYK
RGB Variations
Color information
#DDB256 (or 0xDDB256) is known color: Rob Roy. HEX triplet: DD, B2 and 56. RGB value is (221,178,86). Sum of RGB (Red+Green+Blue) = 221+178+86=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB256 is #224DA9. Grayscale: #B4B4B4. Windows color (decimal): -2248106 or 5681885. OLE color: 5681885.
HSL color Cylindrical-coordinate representation of color #DDB256: hue angle of 40.89º 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 #DDB256 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 86 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.13 |
| HSL | 40.89º | 0.67% | 0.6% | - |
| HSV(B) | 40.89º | 0.61% | 0.87% | - |
| XYZ | 47.42 | 47.88 | 15.55 | - |
| YUV | 180.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 86 | 0 | 0.19 | 0.61 | 0.13 | 40.89 | 0.67 | 0.6 |
| Hex | DD | B2 | 56 | 0 | 13 | 3D | D | 29 | 43 | 3C |
| Octal | 335 | 262 | 126 | 0 | 23 | 75 | 15 | 51 | 103 | 74 |
| Binary | 11011101 | 10110010 | 1010110 | 0 | 10011 | 111101 | 1101 | 101001 | 1000011 | 111100 |
Color Harmonies of #DDB256
Complementary color
Monochromatic Colors of #DDB256
Black with #DDB256
Text Example
Text Example
White with #DDB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB256; }
p { color: rgb(221,178,86); }
H1.HeaderClassName
{
color: #DDB256;
}
.AnyTagClassName
{
color: #DDB256;
}
</style>
background-color css
<style>
a { background-color: #DDB256; }
a { background-color: rgb(221,178,86); }
div.DivClassName
{
background-color: #DDB256;
}
.BgClassName
{
background-color: #DDB256;
}
</style>
border-color css
<style>
span { border-color: #DDB256; }
span { border-color: rgb(221,178,86); }
td.TdClassName
{
border-color: #DDB256;
}
.TagClassName
{
border-color: #DDB256;
}
</style>