Shades of Rob Roy #DDB153
Tints of Rob Roy #DDB153
RGB
CMYK
RGB Variations
Color information
#DDB153 (or 0xDDB153) is known color: Rob Roy. HEX triplet: DD, B1 and 53. RGB value is (221,177,83). Sum of RGB (Red+Green+Blue) = 221+177+83=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB153 is #224EAC. Grayscale: #B3B3B3. Windows color (decimal): -2248365 or 5485021. OLE color: 5485021.
HSL color Cylindrical-coordinate representation of color #DDB153: hue angle of 40.87º 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 #DDB153 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 83 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.13 |
| HSL | 40.87º | 0.67% | 0.6% | - |
| HSV(B) | 40.87º | 0.62% | 0.87% | - |
| XYZ | 47.1 | 47.44 | 14.86 | - |
| YUV | 179.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 83 | 0 | 0.20 | 0.62 | 0.13 | 40.87 | 0.67 | 0.6 |
| Hex | DD | B1 | 53 | 0 | 14 | 3E | D | 29 | 43 | 3C |
| Octal | 335 | 261 | 123 | 0 | 24 | 76 | 15 | 51 | 103 | 74 |
| Binary | 11011101 | 10110001 | 1010011 | 0 | 10100 | 111110 | 1101 | 101001 | 1000011 | 111100 |
Color Harmonies of #DDB153
Complementary color
Monochromatic Colors of #DDB153
Black with #DDB153
Text Example
Text Example
White with #DDB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB153; }
p { color: rgb(221,177,83); }
H1.HeaderClassName
{
color: #DDB153;
}
.AnyTagClassName
{
color: #DDB153;
}
</style>
background-color css
<style>
a { background-color: #DDB153; }
a { background-color: rgb(221,177,83); }
div.DivClassName
{
background-color: #DDB153;
}
.BgClassName
{
background-color: #DDB153;
}
</style>
border-color css
<style>
span { border-color: #DDB153; }
span { border-color: rgb(221,177,83); }
td.TdClassName
{
border-color: #DDB153;
}
.TagClassName
{
border-color: #DDB153;
}
</style>