Shades of Rob Roy #DDB458
Tints of Rob Roy #DDB458
RGB
CMYK
RGB Variations
Color information
#DDB458 (or 0xDDB458) is known color: Rob Roy. HEX triplet: DD, B4 and 58. RGB value is (221,180,88). Sum of RGB (Red+Green+Blue) = 221+180+88=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB458 is #224BA7. Grayscale: #B6B6B6. Windows color (decimal): -2247592 or 5813469. OLE color: 5813469.
HSL color Cylindrical-coordinate representation of color #DDB458: hue angle of 41.5º 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 #DDB458 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 88 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.13 |
| HSL | 41.5º | 0.66% | 0.61% | - |
| HSV(B) | 41.5º | 0.6% | 0.87% | - |
| XYZ | 47.9 | 48.72 | 16.11 | - |
| YUV | 181.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 88 | 0 | 0.19 | 0.60 | 0.13 | 41.5 | 0.66 | 0.61 |
| Hex | DD | B4 | 58 | 0 | 13 | 3C | D | 2A | 42 | 3D |
| Octal | 335 | 264 | 130 | 0 | 23 | 74 | 15 | 52 | 102 | 75 |
| Binary | 11011101 | 10110100 | 1011000 | 0 | 10011 | 111100 | 1101 | 101010 | 1000010 | 111101 |
Color Harmonies of #DDB458
Complementary color
Monochromatic Colors of #DDB458
Black with #DDB458
Text Example
Text Example
White with #DDB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB458; }
p { color: rgb(221,180,88); }
H1.HeaderClassName
{
color: #DDB458;
}
.AnyTagClassName
{
color: #DDB458;
}
</style>
background-color css
<style>
a { background-color: #DDB458; }
a { background-color: rgb(221,180,88); }
div.DivClassName
{
background-color: #DDB458;
}
.BgClassName
{
background-color: #DDB458;
}
</style>
border-color css
<style>
span { border-color: #DDB458; }
span { border-color: rgb(221,180,88); }
td.TdClassName
{
border-color: #DDB458;
}
.TagClassName
{
border-color: #DDB458;
}
</style>