Shades of Rob Roy #DDA756
Tints of Rob Roy #DDA756
RGB
CMYK
RGB Variations
Color information
#DDA756 (or 0xDDA756) is known color: Rob Roy. HEX triplet: DD, A7 and 56. RGB value is (221,167,86). Sum of RGB (Red+Green+Blue) = 221+167+86=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA756 is #2258A9. Grayscale: #AEAEAE. Windows color (decimal): -2250922 or 5679069. OLE color: 5679069.
HSL color Cylindrical-coordinate representation of color #DDA756: hue angle of 36º degrees, saturation: 0.67, 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 #DDA756 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 86 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.13 |
| HSL | 36º | 0.67% | 0.6% | - |
| HSV(B) | 36º | 0.61% | 0.87% | - |
| XYZ | 45.32 | 43.68 | 14.85 | - |
| YUV | 173.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 86 | 0 | 0.24 | 0.61 | 0.13 | 36 | 0.67 | 0.6 |
| Hex | DD | A7 | 56 | 0 | 18 | 3D | D | 24 | 43 | 3C |
| Octal | 335 | 247 | 126 | 0 | 30 | 75 | 15 | 44 | 103 | 74 |
| Binary | 11011101 | 10100111 | 1010110 | 0 | 11000 | 111101 | 1101 | 100100 | 1000011 | 111100 |
Color Harmonies of #DDA756
Complementary color
Monochromatic Colors of #DDA756
Black with #DDA756
Text Example
Text Example
White with #DDA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA756; }
p { color: rgb(221,167,86); }
H1.HeaderClassName
{
color: #DDA756;
}
.AnyTagClassName
{
color: #DDA756;
}
</style>
background-color css
<style>
a { background-color: #DDA756; }
a { background-color: rgb(221,167,86); }
div.DivClassName
{
background-color: #DDA756;
}
.BgClassName
{
background-color: #DDA756;
}
</style>
border-color css
<style>
span { border-color: #DDA756; }
span { border-color: rgb(221,167,86); }
td.TdClassName
{
border-color: #DDA756;
}
.TagClassName
{
border-color: #DDA756;
}
</style>