Shades of Rob Roy #DDAC54
Tints of Rob Roy #DDAC54
RGB
CMYK
RGB Variations
Color information
#DDAC54 (or 0xDDAC54) is known color: Rob Roy. HEX triplet: DD, AC and 54. RGB value is (221,172,84). Sum of RGB (Red+Green+Blue) = 221+172+84=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC54 is #2253AB. Grayscale: #B1B1B1. Windows color (decimal): -2249644 or 5549277. OLE color: 5549277.
HSL color Cylindrical-coordinate representation of color #DDAC54: hue angle of 38.54º 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 #DDAC54 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 84 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.13 |
| HSL | 38.54º | 0.67% | 0.6% | - |
| HSV(B) | 38.54º | 0.62% | 0.87% | - |
| XYZ | 46.17 | 45.52 | 14.74 | - |
| YUV | 176.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 84 | 0 | 0.22 | 0.62 | 0.13 | 38.54 | 0.67 | 0.6 |
| Hex | DD | AC | 54 | 0 | 16 | 3E | D | 27 | 43 | 3C |
| Octal | 335 | 254 | 124 | 0 | 26 | 76 | 15 | 47 | 103 | 74 |
| Binary | 11011101 | 10101100 | 1010100 | 0 | 10110 | 111110 | 1101 | 100111 | 1000011 | 111100 |
Color Harmonies of #DDAC54
Complementary color
Monochromatic Colors of #DDAC54
Black with #DDAC54
Text Example
Text Example
White with #DDAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC54; }
p { color: rgb(221,172,84); }
H1.HeaderClassName
{
color: #DDAC54;
}
.AnyTagClassName
{
color: #DDAC54;
}
</style>
background-color css
<style>
a { background-color: #DDAC54; }
a { background-color: rgb(221,172,84); }
div.DivClassName
{
background-color: #DDAC54;
}
.BgClassName
{
background-color: #DDAC54;
}
</style>
border-color css
<style>
span { border-color: #DDAC54; }
span { border-color: rgb(221,172,84); }
td.TdClassName
{
border-color: #DDAC54;
}
.TagClassName
{
border-color: #DDAC54;
}
</style>