Shades of Rob Roy #DDB358
Tints of Rob Roy #DDB358
RGB
CMYK
RGB Variations
Color information
#DDB358 (or 0xDDB358) is known color: Rob Roy. HEX triplet: DD, B3 and 58. RGB value is (221,179,88). Sum of RGB (Red+Green+Blue) = 221+179+88=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB358 is #224CA7. Grayscale: #B5B5B5. Windows color (decimal): -2247848 or 5813213. OLE color: 5813213.
HSL color Cylindrical-coordinate representation of color #DDB358: hue angle of 41.05º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDB358 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 88 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.13 |
| HSL | 41.05º | 0.66% | 0.61% | - |
| HSV(B) | 41.05º | 0.6% | 0.87% | - |
| XYZ | 47.7 | 48.32 | 16.04 | - |
| YUV | 181.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 88 | 0 | 0.19 | 0.60 | 0.13 | 41.05 | 0.66 | 0.61 |
| Hex | DD | B3 | 58 | 0 | 13 | 3C | D | 29 | 42 | 3D |
| Octal | 335 | 263 | 130 | 0 | 23 | 74 | 15 | 51 | 102 | 75 |
| Binary | 11011101 | 10110011 | 1011000 | 0 | 10011 | 111100 | 1101 | 101001 | 1000010 | 111101 |
Color Harmonies of #DDB358
Complementary color
Monochromatic Colors of #DDB358
Black with #DDB358
Text Example
Text Example
White with #DDB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB358; }
p { color: rgb(221,179,88); }
H1.HeaderClassName
{
color: #DDB358;
}
.AnyTagClassName
{
color: #DDB358;
}
</style>
background-color css
<style>
a { background-color: #DDB358; }
a { background-color: rgb(221,179,88); }
div.DivClassName
{
background-color: #DDB358;
}
.BgClassName
{
background-color: #DDB358;
}
</style>
border-color css
<style>
span { border-color: #DDB358; }
span { border-color: rgb(221,179,88); }
td.TdClassName
{
border-color: #DDB358;
}
.TagClassName
{
border-color: #DDB358;
}
</style>