Shades of Rob Roy #DDB553
Tints of Rob Roy #DDB553
RGB
CMYK
RGB Variations
Color information
#DDB553 (or 0xDDB553) is known color: Rob Roy. HEX triplet: DD, B5 and 53. RGB value is (221,181,83). Sum of RGB (Red+Green+Blue) = 221+181+83=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB553 is #224AAC. Grayscale: #B6B6B6. Windows color (decimal): -2247341 or 5486045. OLE color: 5486045.
HSL color Cylindrical-coordinate representation of color #DDB553: hue angle of 42.61º 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 #DDB553 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 83 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.13 |
| HSL | 42.61º | 0.67% | 0.6% | - |
| HSV(B) | 42.61º | 0.62% | 0.87% | - |
| XYZ | 47.9 | 49.04 | 15.13 | - |
| YUV | 181.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 83 | 0 | 0.18 | 0.62 | 0.13 | 42.61 | 0.67 | 0.6 |
| Hex | DD | B5 | 53 | 0 | 12 | 3E | D | 2B | 43 | 3C |
| Octal | 335 | 265 | 123 | 0 | 22 | 76 | 15 | 53 | 103 | 74 |
| Binary | 11011101 | 10110101 | 1010011 | 0 | 10010 | 111110 | 1101 | 101011 | 1000011 | 111100 |
Color Harmonies of #DDB553
Complementary color
Monochromatic Colors of #DDB553
Black with #DDB553
Text Example
Text Example
White with #DDB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB553; }
p { color: rgb(221,181,83); }
H1.HeaderClassName
{
color: #DDB553;
}
.AnyTagClassName
{
color: #DDB553;
}
</style>
background-color css
<style>
a { background-color: #DDB553; }
a { background-color: rgb(221,181,83); }
div.DivClassName
{
background-color: #DDB553;
}
.BgClassName
{
background-color: #DDB553;
}
</style>
border-color css
<style>
span { border-color: #DDB553; }
span { border-color: rgb(221,181,83); }
td.TdClassName
{
border-color: #DDB553;
}
.TagClassName
{
border-color: #DDB553;
}
</style>