Shades of Rob Roy #DDA853
Tints of Rob Roy #DDA853
RGB
CMYK
RGB Variations
Color information
#DDA853 (or 0xDDA853) is known color: Rob Roy. HEX triplet: DD, A8 and 53. RGB value is (221,168,83). Sum of RGB (Red+Green+Blue) = 221+168+83=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA853 is #2257AC. Grayscale: #AEAEAE. Windows color (decimal): -2250669 or 5482717. OLE color: 5482717.
HSL color Cylindrical-coordinate representation of color #DDA853: hue angle of 36.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA853 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 83 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.13 |
| HSL | 36.96º | 0.67% | 0.6% | - |
| HSV(B) | 36.96º | 0.62% | 0.87% | - |
| XYZ | 45.38 | 44 | 14.28 | - |
| YUV | 174.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 83 | 0 | 0.24 | 0.62 | 0.13 | 36.96 | 0.67 | 0.6 |
| Hex | DD | A8 | 53 | 0 | 18 | 3E | D | 25 | 43 | 3C |
| Octal | 335 | 250 | 123 | 0 | 30 | 76 | 15 | 45 | 103 | 74 |
| Binary | 11011101 | 10101000 | 1010011 | 0 | 11000 | 111110 | 1101 | 100101 | 1000011 | 111100 |
Color Harmonies of #DDA853
Complementary color
Monochromatic Colors of #DDA853
Black with #DDA853
Text Example
Text Example
White with #DDA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA853; }
p { color: rgb(221,168,83); }
H1.HeaderClassName
{
color: #DDA853;
}
.AnyTagClassName
{
color: #DDA853;
}
</style>
background-color css
<style>
a { background-color: #DDA853; }
a { background-color: rgb(221,168,83); }
div.DivClassName
{
background-color: #DDA853;
}
.BgClassName
{
background-color: #DDA853;
}
</style>
border-color css
<style>
span { border-color: #DDA853; }
span { border-color: rgb(221,168,83); }
td.TdClassName
{
border-color: #DDA853;
}
.TagClassName
{
border-color: #DDA853;
}
</style>