Shades of Rob Roy #DDB656
Tints of Rob Roy #DDB656
RGB
CMYK
RGB Variations
Color information
#DDB656 (or 0xDDB656) is known color: Rob Roy. HEX triplet: DD, B6 and 56. RGB value is (221,182,86). Sum of RGB (Red+Green+Blue) = 221+182+86=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB656 is #2249A9. Grayscale: #B7B7B7. Windows color (decimal): -2247082 or 5682909. OLE color: 5682909.
HSL color Cylindrical-coordinate representation of color #DDB656: hue angle of 42.67º 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 #DDB656 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 86 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.13 |
| HSL | 42.67º | 0.67% | 0.6% | - |
| HSV(B) | 42.67º | 0.61% | 0.87% | - |
| XYZ | 48.23 | 49.5 | 15.82 | - |
| YUV | 182.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 86 | 0 | 0.18 | 0.61 | 0.13 | 42.67 | 0.67 | 0.6 |
| Hex | DD | B6 | 56 | 0 | 12 | 3D | D | 2B | 43 | 3C |
| Octal | 335 | 266 | 126 | 0 | 22 | 75 | 15 | 53 | 103 | 74 |
| Binary | 11011101 | 10110110 | 1010110 | 0 | 10010 | 111101 | 1101 | 101011 | 1000011 | 111100 |
Color Harmonies of #DDB656
Complementary color
Monochromatic Colors of #DDB656
Black with #DDB656
Text Example
Text Example
White with #DDB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB656; }
p { color: rgb(221,182,86); }
H1.HeaderClassName
{
color: #DDB656;
}
.AnyTagClassName
{
color: #DDB656;
}
</style>
background-color css
<style>
a { background-color: #DDB656; }
a { background-color: rgb(221,182,86); }
div.DivClassName
{
background-color: #DDB656;
}
.BgClassName
{
background-color: #DDB656;
}
</style>
border-color css
<style>
span { border-color: #DDB656; }
span { border-color: rgb(221,182,86); }
td.TdClassName
{
border-color: #DDB656;
}
.TagClassName
{
border-color: #DDB656;
}
</style>