Shades of Rob Roy #DDB655
Tints of Rob Roy #DDB655
RGB
CMYK
RGB Variations
Color information
#DDB655 (or 0xDDB655) is known color: Rob Roy. HEX triplet: DD, B6 and 55. RGB value is (221,182,85). Sum of RGB (Red+Green+Blue) = 221+182+85=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB655 is #2249AA. Grayscale: #B7B7B7. Windows color (decimal): -2247083 or 5617373. OLE color: 5617373.
HSL color Cylindrical-coordinate representation of color #DDB655: hue angle of 42.79º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDB655 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 85 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.13 |
| HSL | 42.79º | 0.67% | 0.6% | - |
| HSV(B) | 42.79º | 0.62% | 0.87% | - |
| XYZ | 48.19 | 49.48 | 15.61 | - |
| YUV | 182.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 85 | 0 | 0.18 | 0.62 | 0.13 | 42.79 | 0.67 | 0.6 |
| Hex | DD | B6 | 55 | 0 | 12 | 3E | D | 2B | 43 | 3C |
| Octal | 335 | 266 | 125 | 0 | 22 | 76 | 15 | 53 | 103 | 74 |
| Binary | 11011101 | 10110110 | 1010101 | 0 | 10010 | 111110 | 1101 | 101011 | 1000011 | 111100 |
Color Harmonies of #DDB655
Complementary color
Monochromatic Colors of #DDB655
Black with #DDB655
Text Example
Text Example
White with #DDB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB655; }
p { color: rgb(221,182,85); }
H1.HeaderClassName
{
color: #DDB655;
}
.AnyTagClassName
{
color: #DDB655;
}
</style>
background-color css
<style>
a { background-color: #DDB655; }
a { background-color: rgb(221,182,85); }
div.DivClassName
{
background-color: #DDB655;
}
.BgClassName
{
background-color: #DDB655;
}
</style>
border-color css
<style>
span { border-color: #DDB655; }
span { border-color: rgb(221,182,85); }
td.TdClassName
{
border-color: #DDB655;
}
.TagClassName
{
border-color: #DDB655;
}
</style>