Shades of Rob Roy #DDB557
Tints of Rob Roy #DDB557
RGB
CMYK
RGB Variations
Color information
#DDB557 (or 0xDDB557) is known color: Rob Roy. HEX triplet: DD, B5 and 57. RGB value is (221,181,87). Sum of RGB (Red+Green+Blue) = 221+181+87=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB557 is #224AA8. Grayscale: #B6B6B6. Windows color (decimal): -2247337 or 5748189. OLE color: 5748189.
HSL color Cylindrical-coordinate representation of color #DDB557: hue angle of 42.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDB557 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 87 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.13 |
| HSL | 42.09º | 0.66% | 0.6% | - |
| HSV(B) | 42.09º | 0.61% | 0.87% | - |
| XYZ | 48.06 | 49.11 | 15.96 | - |
| YUV | 182.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 87 | 0 | 0.18 | 0.61 | 0.13 | 42.09 | 0.66 | 0.6 |
| Hex | DD | B5 | 57 | 0 | 12 | 3D | D | 2A | 42 | 3C |
| Octal | 335 | 265 | 127 | 0 | 22 | 75 | 15 | 52 | 102 | 74 |
| Binary | 11011101 | 10110101 | 1010111 | 0 | 10010 | 111101 | 1101 | 101010 | 1000010 | 111100 |
Color Harmonies of #DDB557
Complementary color
Monochromatic Colors of #DDB557
Black with #DDB557
Text Example
Text Example
White with #DDB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB557; }
p { color: rgb(221,181,87); }
H1.HeaderClassName
{
color: #DDB557;
}
.AnyTagClassName
{
color: #DDB557;
}
</style>
background-color css
<style>
a { background-color: #DDB557; }
a { background-color: rgb(221,181,87); }
div.DivClassName
{
background-color: #DDB557;
}
.BgClassName
{
background-color: #DDB557;
}
</style>
border-color css
<style>
span { border-color: #DDB557; }
span { border-color: rgb(221,181,87); }
td.TdClassName
{
border-color: #DDB557;
}
.TagClassName
{
border-color: #DDB557;
}
</style>