Shades of Rob Roy #DDB354
Tints of Rob Roy #DDB354
RGB
CMYK
RGB Variations
Color information
#DDB354 (or 0xDDB354) is known color: Rob Roy. HEX triplet: DD, B3 and 54. RGB value is (221,179,84). Sum of RGB (Red+Green+Blue) = 221+179+84=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB354 is #224CAB. Grayscale: #B5B5B5. Windows color (decimal): -2247852 or 5551069. OLE color: 5551069.
HSL color Cylindrical-coordinate representation of color #DDB354: hue angle of 41.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 #DDB354 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 84 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.13 |
| HSL | 41.61º | 0.67% | 0.6% | - |
| HSV(B) | 41.61º | 0.62% | 0.87% | - |
| XYZ | 47.54 | 48.25 | 15.2 | - |
| YUV | 180.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 84 | 0 | 0.19 | 0.62 | 0.13 | 41.61 | 0.67 | 0.6 |
| Hex | DD | B3 | 54 | 0 | 13 | 3E | D | 2A | 43 | 3C |
| Octal | 335 | 263 | 124 | 0 | 23 | 76 | 15 | 52 | 103 | 74 |
| Binary | 11011101 | 10110011 | 1010100 | 0 | 10011 | 111110 | 1101 | 101010 | 1000011 | 111100 |
Color Harmonies of #DDB354
Complementary color
Monochromatic Colors of #DDB354
Black with #DDB354
Text Example
Text Example
White with #DDB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB354; }
p { color: rgb(221,179,84); }
H1.HeaderClassName
{
color: #DDB354;
}
.AnyTagClassName
{
color: #DDB354;
}
</style>
background-color css
<style>
a { background-color: #DDB354; }
a { background-color: rgb(221,179,84); }
div.DivClassName
{
background-color: #DDB354;
}
.BgClassName
{
background-color: #DDB354;
}
</style>
border-color css
<style>
span { border-color: #DDB354; }
span { border-color: rgb(221,179,84); }
td.TdClassName
{
border-color: #DDB354;
}
.TagClassName
{
border-color: #DDB354;
}
</style>