Shades of Rob Roy #DDA353
Tints of Rob Roy #DDA353
RGB
CMYK
RGB Variations
Color information
#DDA353 (or 0xDDA353) is known color: Rob Roy. HEX triplet: DD, A3 and 53. RGB value is (221,163,83). Sum of RGB (Red+Green+Blue) = 221+163+83=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA353 is #225CAC. Grayscale: #ABABAB. Windows color (decimal): -2251949 or 5481437. OLE color: 5481437.
HSL color Cylindrical-coordinate representation of color #DDA353: hue angle of 34.78º 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 #DDA353 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 83 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.13 |
| HSL | 34.78º | 0.67% | 0.6% | - |
| HSV(B) | 34.78º | 0.62% | 0.87% | - |
| XYZ | 44.48 | 42.19 | 13.98 | - |
| YUV | 171.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 83 | 0 | 0.26 | 0.62 | 0.13 | 34.78 | 0.67 | 0.6 |
| Hex | DD | A3 | 53 | 0 | 1A | 3E | D | 23 | 43 | 3C |
| Octal | 335 | 243 | 123 | 0 | 32 | 76 | 15 | 43 | 103 | 74 |
| Binary | 11011101 | 10100011 | 1010011 | 0 | 11010 | 111110 | 1101 | 100011 | 1000011 | 111100 |
Color Harmonies of #DDA353
Complementary color
Monochromatic Colors of #DDA353
Black with #DDA353
Text Example
Text Example
White with #DDA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA353; }
p { color: rgb(221,163,83); }
H1.HeaderClassName
{
color: #DDA353;
}
.AnyTagClassName
{
color: #DDA353;
}
</style>
background-color css
<style>
a { background-color: #DDA353; }
a { background-color: rgb(221,163,83); }
div.DivClassName
{
background-color: #DDA353;
}
.BgClassName
{
background-color: #DDA353;
}
</style>
border-color css
<style>
span { border-color: #DDA353; }
span { border-color: rgb(221,163,83); }
td.TdClassName
{
border-color: #DDA353;
}
.TagClassName
{
border-color: #DDA353;
}
</style>