Shades of Rob Roy #DDAC4A
Tints of Rob Roy #DDAC4A
RGB
CMYK
RGB Variations
Color information
#DDAC4A (or 0xDDAC4A) is known color: Rob Roy. HEX triplet: DD, AC and 4A. RGB value is (221,172,74). Sum of RGB (Red+Green+Blue) = 221+172+74=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC4A is #2253B5. Grayscale: #AFAFAF. Windows color (decimal): -2249654 or 4893917. OLE color: 4893917.
HSL color Cylindrical-coordinate representation of color #DDAC4A: hue angle of 40º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDAC4A is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 74 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.13 |
| HSL | 40º | 0.68% | 0.58% | - |
| HSV(B) | 40º | 0.67% | 0.87% | - |
| XYZ | 45.81 | 45.37 | 12.82 | - |
| YUV | 175.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 74 | 0 | 0.22 | 0.67 | 0.13 | 40 | 0.68 | 0.58 |
| Hex | DD | AC | 4A | 0 | 16 | 43 | D | 28 | 44 | 3A |
| Octal | 335 | 254 | 112 | 0 | 26 | 103 | 15 | 50 | 104 | 72 |
| Binary | 11011101 | 10101100 | 1001010 | 0 | 10110 | 1000011 | 1101 | 101000 | 1000100 | 111010 |
Color Harmonies of #DDAC4A
Complementary color
Monochromatic Colors of #DDAC4A
Black with #DDAC4A
Text Example
Text Example
White with #DDAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC4A; }
p { color: rgb(221,172,74); }
H1.HeaderClassName
{
color: #DDAC4A;
}
.AnyTagClassName
{
color: #DDAC4A;
}
</style>
background-color css
<style>
a { background-color: #DDAC4A; }
a { background-color: rgb(221,172,74); }
div.DivClassName
{
background-color: #DDAC4A;
}
.BgClassName
{
background-color: #DDAC4A;
}
</style>
border-color css
<style>
span { border-color: #DDAC4A; }
span { border-color: rgb(221,172,74); }
td.TdClassName
{
border-color: #DDAC4A;
}
.TagClassName
{
border-color: #DDAC4A;
}
</style>