Shades of Rob Roy #DDB457
Tints of Rob Roy #DDB457
RGB
CMYK
RGB Variations
Color information
#DDB457 (or 0xDDB457) is known color: Rob Roy. HEX triplet: DD, B4 and 57. RGB value is (221,180,87). Sum of RGB (Red+Green+Blue) = 221+180+87=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB457 is #224BA8. Grayscale: #B6B6B6. Windows color (decimal): -2247593 or 5747933. OLE color: 5747933.
HSL color Cylindrical-coordinate representation of color #DDB457: hue angle of 41.64º 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 #DDB457 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 87 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.13 |
| HSL | 41.64º | 0.66% | 0.6% | - |
| HSV(B) | 41.64º | 0.61% | 0.87% | - |
| XYZ | 47.86 | 48.7 | 15.89 | - |
| YUV | 181.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 87 | 0 | 0.19 | 0.61 | 0.13 | 41.64 | 0.66 | 0.6 |
| Hex | DD | B4 | 57 | 0 | 13 | 3D | D | 2A | 42 | 3C |
| Octal | 335 | 264 | 127 | 0 | 23 | 75 | 15 | 52 | 102 | 74 |
| Binary | 11011101 | 10110100 | 1010111 | 0 | 10011 | 111101 | 1101 | 101010 | 1000010 | 111100 |
Color Harmonies of #DDB457
Complementary color
Monochromatic Colors of #DDB457
Black with #DDB457
Text Example
Text Example
White with #DDB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB457; }
p { color: rgb(221,180,87); }
H1.HeaderClassName
{
color: #DDB457;
}
.AnyTagClassName
{
color: #DDB457;
}
</style>
background-color css
<style>
a { background-color: #DDB457; }
a { background-color: rgb(221,180,87); }
div.DivClassName
{
background-color: #DDB457;
}
.BgClassName
{
background-color: #DDB457;
}
</style>
border-color css
<style>
span { border-color: #DDB457; }
span { border-color: rgb(221,180,87); }
td.TdClassName
{
border-color: #DDB457;
}
.TagClassName
{
border-color: #DDB457;
}
</style>