Shades of Rob Roy #DDA657
Tints of Rob Roy #DDA657
RGB
CMYK
RGB Variations
Color information
#DDA657 (or 0xDDA657) is known color: Rob Roy. HEX triplet: DD, A6 and 57. RGB value is (221,166,87). Sum of RGB (Red+Green+Blue) = 221+166+87=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA657 is #2259A8. Grayscale: #ADADAD. Windows color (decimal): -2251177 or 5744349. OLE color: 5744349.
HSL color Cylindrical-coordinate representation of color #DDA657: hue angle of 35.37º 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 #DDA657 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 87 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.13 |
| HSL | 35.37º | 0.66% | 0.6% | - |
| HSV(B) | 35.37º | 0.61% | 0.87% | - |
| XYZ | 45.18 | 43.33 | 15 | - |
| YUV | 173.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 87 | 0 | 0.25 | 0.61 | 0.13 | 35.37 | 0.66 | 0.6 |
| Hex | DD | A6 | 57 | 0 | 19 | 3D | D | 23 | 42 | 3C |
| Octal | 335 | 246 | 127 | 0 | 31 | 75 | 15 | 43 | 102 | 74 |
| Binary | 11011101 | 10100110 | 1010111 | 0 | 11001 | 111101 | 1101 | 100011 | 1000010 | 111100 |
Color Harmonies of #DDA657
Complementary color
Monochromatic Colors of #DDA657
Black with #DDA657
Text Example
Text Example
White with #DDA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA657; }
p { color: rgb(221,166,87); }
H1.HeaderClassName
{
color: #DDA657;
}
.AnyTagClassName
{
color: #DDA657;
}
</style>
background-color css
<style>
a { background-color: #DDA657; }
a { background-color: rgb(221,166,87); }
div.DivClassName
{
background-color: #DDA657;
}
.BgClassName
{
background-color: #DDA657;
}
</style>
border-color css
<style>
span { border-color: #DDA657; }
span { border-color: rgb(221,166,87); }
td.TdClassName
{
border-color: #DDA657;
}
.TagClassName
{
border-color: #DDA657;
}
</style>