Shades of Rob Roy #DDB558
Tints of Rob Roy #DDB558
RGB
CMYK
RGB Variations
Color information
#DDB558 (or 0xDDB558) is known color: Rob Roy. HEX triplet: DD, B5 and 58. RGB value is (221,181,88). Sum of RGB (Red+Green+Blue) = 221+181+88=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB558 is #224AA7. Grayscale: #B6B6B6. Windows color (decimal): -2247336 or 5813725. OLE color: 5813725.
HSL color Cylindrical-coordinate representation of color #DDB558: hue angle of 41.95º 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 #DDB558 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 88 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.13 |
| HSL | 41.95º | 0.66% | 0.61% | - |
| HSV(B) | 41.95º | 0.6% | 0.87% | - |
| XYZ | 48.1 | 49.12 | 16.18 | - |
| YUV | 182.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 88 | 0 | 0.18 | 0.60 | 0.13 | 41.95 | 0.66 | 0.61 |
| Hex | DD | B5 | 58 | 0 | 12 | 3C | D | 2A | 42 | 3D |
| Octal | 335 | 265 | 130 | 0 | 22 | 74 | 15 | 52 | 102 | 75 |
| Binary | 11011101 | 10110101 | 1011000 | 0 | 10010 | 111100 | 1101 | 101010 | 1000010 | 111101 |
Color Harmonies of #DDB558
Complementary color
Monochromatic Colors of #DDB558
Black with #DDB558
Text Example
Text Example
White with #DDB558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB558; }
p { color: rgb(221,181,88); }
H1.HeaderClassName
{
color: #DDB558;
}
.AnyTagClassName
{
color: #DDB558;
}
</style>
background-color css
<style>
a { background-color: #DDB558; }
a { background-color: rgb(221,181,88); }
div.DivClassName
{
background-color: #DDB558;
}
.BgClassName
{
background-color: #DDB558;
}
</style>
border-color css
<style>
span { border-color: #DDB558; }
span { border-color: rgb(221,181,88); }
td.TdClassName
{
border-color: #DDB558;
}
.TagClassName
{
border-color: #DDB558;
}
</style>