Shades of Rob Roy #DDA553
Tints of Rob Roy #DDA553
RGB
CMYK
RGB Variations
Color information
#DDA553 (or 0xDDA553) is known color: Rob Roy. HEX triplet: DD, A5 and 53. RGB value is (221,165,83). Sum of RGB (Red+Green+Blue) = 221+165+83=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA553 is #225AAC. Grayscale: #ACACAC. Windows color (decimal): -2251437 or 5481949. OLE color: 5481949.
HSL color Cylindrical-coordinate representation of color #DDA553: hue angle of 35.65º 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 #DDA553 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 83 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.13 |
| HSL | 35.65º | 0.67% | 0.6% | - |
| HSV(B) | 35.65º | 0.62% | 0.87% | - |
| XYZ | 44.84 | 42.91 | 14.1 | - |
| YUV | 172.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 83 | 0 | 0.25 | 0.62 | 0.13 | 35.65 | 0.67 | 0.6 |
| Hex | DD | A5 | 53 | 0 | 19 | 3E | D | 24 | 43 | 3C |
| Octal | 335 | 245 | 123 | 0 | 31 | 76 | 15 | 44 | 103 | 74 |
| Binary | 11011101 | 10100101 | 1010011 | 0 | 11001 | 111110 | 1101 | 100100 | 1000011 | 111100 |
Color Harmonies of #DDA553
Complementary color
Monochromatic Colors of #DDA553
Black with #DDA553
Text Example
Text Example
White with #DDA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA553; }
p { color: rgb(221,165,83); }
H1.HeaderClassName
{
color: #DDA553;
}
.AnyTagClassName
{
color: #DDA553;
}
</style>
background-color css
<style>
a { background-color: #DDA553; }
a { background-color: rgb(221,165,83); }
div.DivClassName
{
background-color: #DDA553;
}
.BgClassName
{
background-color: #DDA553;
}
</style>
border-color css
<style>
span { border-color: #DDA553; }
span { border-color: rgb(221,165,83); }
td.TdClassName
{
border-color: #DDA553;
}
.TagClassName
{
border-color: #DDA553;
}
</style>