Shades of Rob Roy #DDA752
Tints of Rob Roy #DDA752
RGB
CMYK
RGB Variations
Color information
#DDA752 (or 0xDDA752) is known color: Rob Roy. HEX triplet: DD, A7 and 52. RGB value is (221,167,82). Sum of RGB (Red+Green+Blue) = 221+167+82=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA752 is #2258AD. Grayscale: #ADADAD. Windows color (decimal): -2250926 or 5416925. OLE color: 5416925.
HSL color Cylindrical-coordinate representation of color #DDA752: hue angle of 36.69º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDA752 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 82 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.13 |
| HSL | 36.69º | 0.67% | 0.59% | - |
| HSV(B) | 36.69º | 0.63% | 0.87% | - |
| XYZ | 45.16 | 43.62 | 14.02 | - |
| YUV | 173.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 82 | 0 | 0.24 | 0.63 | 0.13 | 36.69 | 0.67 | 0.59 |
| Hex | DD | A7 | 52 | 0 | 18 | 3F | D | 25 | 43 | 3B |
| Octal | 335 | 247 | 122 | 0 | 30 | 77 | 15 | 45 | 103 | 73 |
| Binary | 11011101 | 10100111 | 1010010 | 0 | 11000 | 111111 | 1101 | 100101 | 1000011 | 111011 |
Color Harmonies of #DDA752
Complementary color
Monochromatic Colors of #DDA752
Black with #DDA752
Text Example
Text Example
White with #DDA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA752; }
p { color: rgb(221,167,82); }
H1.HeaderClassName
{
color: #DDA752;
}
.AnyTagClassName
{
color: #DDA752;
}
</style>
background-color css
<style>
a { background-color: #DDA752; }
a { background-color: rgb(221,167,82); }
div.DivClassName
{
background-color: #DDA752;
}
.BgClassName
{
background-color: #DDA752;
}
</style>
border-color css
<style>
span { border-color: #DDA752; }
span { border-color: rgb(221,167,82); }
td.TdClassName
{
border-color: #DDA752;
}
.TagClassName
{
border-color: #DDA752;
}
</style>