Shades of Rob Roy #DDB154
Tints of Rob Roy #DDB154
RGB
CMYK
RGB Variations
Color information
#DDB154 (or 0xDDB154) is known color: Rob Roy. HEX triplet: DD, B1 and 54. RGB value is (221,177,84). Sum of RGB (Red+Green+Blue) = 221+177+84=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB154 is #224EAB. Grayscale: #B3B3B3. Windows color (decimal): -2248364 or 5550557. OLE color: 5550557.
HSL color Cylindrical-coordinate representation of color #DDB154: hue angle of 40.73º 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 #DDB154 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 84 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.13 |
| HSL | 40.73º | 0.67% | 0.6% | - |
| HSV(B) | 40.73º | 0.62% | 0.87% | - |
| XYZ | 47.14 | 47.46 | 15.06 | - |
| YUV | 179.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 84 | 0 | 0.20 | 0.62 | 0.13 | 40.73 | 0.67 | 0.6 |
| Hex | DD | B1 | 54 | 0 | 14 | 3E | D | 29 | 43 | 3C |
| Octal | 335 | 261 | 124 | 0 | 24 | 76 | 15 | 51 | 103 | 74 |
| Binary | 11011101 | 10110001 | 1010100 | 0 | 10100 | 111110 | 1101 | 101001 | 1000011 | 111100 |
Color Harmonies of #DDB154
Complementary color
Monochromatic Colors of #DDB154
Black with #DDB154
Text Example
Text Example
White with #DDB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB154; }
p { color: rgb(221,177,84); }
H1.HeaderClassName
{
color: #DDB154;
}
.AnyTagClassName
{
color: #DDB154;
}
</style>
background-color css
<style>
a { background-color: #DDB154; }
a { background-color: rgb(221,177,84); }
div.DivClassName
{
background-color: #DDB154;
}
.BgClassName
{
background-color: #DDB154;
}
</style>
border-color css
<style>
span { border-color: #DDB154; }
span { border-color: rgb(221,177,84); }
td.TdClassName
{
border-color: #DDB154;
}
.TagClassName
{
border-color: #DDB154;
}
</style>