Shades of Rob Roy #DDB755
Tints of Rob Roy #DDB755
RGB
CMYK
RGB Variations
Color information
#DDB755 (or 0xDDB755) is known color: Rob Roy. HEX triplet: DD, B7 and 55. RGB value is (221,183,85). Sum of RGB (Red+Green+Blue) = 221+183+85=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB755 is #2248AA. Grayscale: #B7B7B7. Windows color (decimal): -2246827 or 5617629. OLE color: 5617629.
HSL color Cylindrical-coordinate representation of color #DDB755: hue angle of 43.24º 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 #DDB755 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 85 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.13 |
| HSL | 43.24º | 0.67% | 0.6% | - |
| HSV(B) | 43.24º | 0.62% | 0.87% | - |
| XYZ | 48.39 | 49.9 | 15.67 | - |
| YUV | 183.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 85 | 0 | 0.17 | 0.62 | 0.13 | 43.24 | 0.67 | 0.6 |
| Hex | DD | B7 | 55 | 0 | 11 | 3E | D | 2B | 43 | 3C |
| Octal | 335 | 267 | 125 | 0 | 21 | 76 | 15 | 53 | 103 | 74 |
| Binary | 11011101 | 10110111 | 1010101 | 0 | 10001 | 111110 | 1101 | 101011 | 1000011 | 111100 |
Color Harmonies of #DDB755
Complementary color
Monochromatic Colors of #DDB755
Black with #DDB755
Text Example
Text Example
White with #DDB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB755; }
p { color: rgb(221,183,85); }
H1.HeaderClassName
{
color: #DDB755;
}
.AnyTagClassName
{
color: #DDB755;
}
</style>
background-color css
<style>
a { background-color: #DDB755; }
a { background-color: rgb(221,183,85); }
div.DivClassName
{
background-color: #DDB755;
}
.BgClassName
{
background-color: #DDB755;
}
</style>
border-color css
<style>
span { border-color: #DDB755; }
span { border-color: rgb(221,183,85); }
td.TdClassName
{
border-color: #DDB755;
}
.TagClassName
{
border-color: #DDB755;
}
</style>