Shades of Rob Roy #DDA750
Tints of Rob Roy #DDA750
RGB
CMYK
RGB Variations
Color information
#DDA750 (or 0xDDA750) is known color: Rob Roy. HEX triplet: DD, A7 and 50. RGB value is (221,167,80). Sum of RGB (Red+Green+Blue) = 221+167+80=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA750 is #2258AF. Grayscale: #ADADAD. Windows color (decimal): -2250928 or 5285853. OLE color: 5285853.
HSL color Cylindrical-coordinate representation of color #DDA750: hue angle of 37.02º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDA750 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 80 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.13 |
| HSL | 37.02º | 0.67% | 0.59% | - |
| HSV(B) | 37.02º | 0.64% | 0.87% | - |
| XYZ | 45.09 | 43.59 | 13.63 | - |
| YUV | 173.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 80 | 0 | 0.24 | 0.64 | 0.13 | 37.02 | 0.67 | 0.59 |
| Hex | DD | A7 | 50 | 0 | 18 | 40 | D | 25 | 43 | 3B |
| Octal | 335 | 247 | 120 | 0 | 30 | 100 | 15 | 45 | 103 | 73 |
| Binary | 11011101 | 10100111 | 1010000 | 0 | 11000 | 1000000 | 1101 | 100101 | 1000011 | 111011 |
Color Harmonies of #DDA750
Complementary color
Monochromatic Colors of #DDA750
Black with #DDA750
Text Example
Text Example
White with #DDA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA750; }
p { color: rgb(221,167,80); }
H1.HeaderClassName
{
color: #DDA750;
}
.AnyTagClassName
{
color: #DDA750;
}
</style>
background-color css
<style>
a { background-color: #DDA750; }
a { background-color: rgb(221,167,80); }
div.DivClassName
{
background-color: #DDA750;
}
.BgClassName
{
background-color: #DDA750;
}
</style>
border-color css
<style>
span { border-color: #DDA750; }
span { border-color: rgb(221,167,80); }
td.TdClassName
{
border-color: #DDA750;
}
.TagClassName
{
border-color: #DDA750;
}
</style>