Shades of Rob Roy #DDB356
Tints of Rob Roy #DDB356
RGB
CMYK
RGB Variations
Color information
#DDB356 (or 0xDDB356) is known color: Rob Roy. HEX triplet: DD, B3 and 56. RGB value is (221,179,86). Sum of RGB (Red+Green+Blue) = 221+179+86=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB356 is #224CA9. Grayscale: #B5B5B5. Windows color (decimal): -2247850 or 5682141. OLE color: 5682141.
HSL color Cylindrical-coordinate representation of color #DDB356: hue angle of 41.33º 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 #DDB356 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 86 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.13 |
| HSL | 41.33º | 0.67% | 0.6% | - |
| HSV(B) | 41.33º | 0.61% | 0.87% | - |
| XYZ | 47.62 | 48.28 | 15.61 | - |
| YUV | 180.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 86 | 0 | 0.19 | 0.61 | 0.13 | 41.33 | 0.67 | 0.6 |
| Hex | DD | B3 | 56 | 0 | 13 | 3D | D | 29 | 43 | 3C |
| Octal | 335 | 263 | 126 | 0 | 23 | 75 | 15 | 51 | 103 | 74 |
| Binary | 11011101 | 10110011 | 1010110 | 0 | 10011 | 111101 | 1101 | 101001 | 1000011 | 111100 |
Color Harmonies of #DDB356
Complementary color
Monochromatic Colors of #DDB356
Black with #DDB356
Text Example
Text Example
White with #DDB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB356; }
p { color: rgb(221,179,86); }
H1.HeaderClassName
{
color: #DDB356;
}
.AnyTagClassName
{
color: #DDB356;
}
</style>
background-color css
<style>
a { background-color: #DDB356; }
a { background-color: rgb(221,179,86); }
div.DivClassName
{
background-color: #DDB356;
}
.BgClassName
{
background-color: #DDB356;
}
</style>
border-color css
<style>
span { border-color: #DDB356; }
span { border-color: rgb(221,179,86); }
td.TdClassName
{
border-color: #DDB356;
}
.TagClassName
{
border-color: #DDB356;
}
</style>