Shades of Rob Roy #DDA452
Tints of Rob Roy #DDA452
RGB
CMYK
RGB Variations
Color information
#DDA452 (or 0xDDA452) is known color: Rob Roy. HEX triplet: DD, A4 and 52. RGB value is (221,164,82). Sum of RGB (Red+Green+Blue) = 221+164+82=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA452 is #225BAD. Grayscale: #ACACAC. Windows color (decimal): -2251694 or 5416157. OLE color: 5416157.
HSL color Cylindrical-coordinate representation of color #DDA452: hue angle of 35.4º 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 #DDA452 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 82 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.13 |
| HSL | 35.4º | 0.67% | 0.59% | - |
| HSV(B) | 35.4º | 0.63% | 0.87% | - |
| XYZ | 44.62 | 42.53 | 13.84 | - |
| YUV | 171.7 | 77.38 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 82 | 0 | 0.26 | 0.63 | 0.13 | 35.4 | 0.67 | 0.59 |
| Hex | DD | A4 | 52 | 0 | 1A | 3F | D | 23 | 43 | 3B |
| Octal | 335 | 244 | 122 | 0 | 32 | 77 | 15 | 43 | 103 | 73 |
| Binary | 11011101 | 10100100 | 1010010 | 0 | 11010 | 111111 | 1101 | 100011 | 1000011 | 111011 |
Color Harmonies of #DDA452
Complementary color
Monochromatic Colors of #DDA452
Black with #DDA452
Text Example
Text Example
White with #DDA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA452; }
p { color: rgb(221,164,82); }
H1.HeaderClassName
{
color: #DDA452;
}
.AnyTagClassName
{
color: #DDA452;
}
</style>
background-color css
<style>
a { background-color: #DDA452; }
a { background-color: rgb(221,164,82); }
div.DivClassName
{
background-color: #DDA452;
}
.BgClassName
{
background-color: #DDA452;
}
</style>
border-color css
<style>
span { border-color: #DDA452; }
span { border-color: rgb(221,164,82); }
td.TdClassName
{
border-color: #DDA452;
}
.TagClassName
{
border-color: #DDA452;
}
</style>