Shades of Rob Roy #DDAC55
Tints of Rob Roy #DDAC55
RGB
CMYK
RGB Variations
Color information
#DDAC55 (or 0xDDAC55) is known color: Rob Roy. HEX triplet: DD, AC and 55. RGB value is (221,172,85). Sum of RGB (Red+Green+Blue) = 221+172+85=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC55 is #2253AA. Grayscale: #B1B1B1. Windows color (decimal): -2249643 or 5614813. OLE color: 5614813.
HSL color Cylindrical-coordinate representation of color #DDAC55: hue angle of 38.38º 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 #DDAC55 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 85 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.13 |
| HSL | 38.38º | 0.67% | 0.6% | - |
| HSV(B) | 38.38º | 0.62% | 0.87% | - |
| XYZ | 46.21 | 45.53 | 14.95 | - |
| YUV | 176.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 85 | 0 | 0.22 | 0.62 | 0.13 | 38.38 | 0.67 | 0.6 |
| Hex | DD | AC | 55 | 0 | 16 | 3E | D | 26 | 43 | 3C |
| Octal | 335 | 254 | 125 | 0 | 26 | 76 | 15 | 46 | 103 | 74 |
| Binary | 11011101 | 10101100 | 1010101 | 0 | 10110 | 111110 | 1101 | 100110 | 1000011 | 111100 |
Color Harmonies of #DDAC55
Complementary color
Monochromatic Colors of #DDAC55
Black with #DDAC55
Text Example
Text Example
White with #DDAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC55; }
p { color: rgb(221,172,85); }
H1.HeaderClassName
{
color: #DDAC55;
}
.AnyTagClassName
{
color: #DDAC55;
}
</style>
background-color css
<style>
a { background-color: #DDAC55; }
a { background-color: rgb(221,172,85); }
div.DivClassName
{
background-color: #DDAC55;
}
.BgClassName
{
background-color: #DDAC55;
}
</style>
border-color css
<style>
span { border-color: #DDAC55; }
span { border-color: rgb(221,172,85); }
td.TdClassName
{
border-color: #DDAC55;
}
.TagClassName
{
border-color: #DDAC55;
}
</style>