Shades of Rob Roy #DDAF49
Tints of Rob Roy #DDAF49
RGB
CMYK
RGB Variations
Color information
#DDAF49 (or 0xDDAF49) is known color: Rob Roy. HEX triplet: DD, AF and 49. RGB value is (221,175,73). Sum of RGB (Red+Green+Blue) = 221+175+73=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF49 is #2250B6. Grayscale: #B1B1B1. Windows color (decimal): -2248887 or 4829149. OLE color: 4829149.
HSL color Cylindrical-coordinate representation of color #DDAF49: hue angle of 41.35º degrees, saturation: 0.69, 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 #DDAF49 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 73 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.13 |
| HSL | 41.35º | 0.69% | 0.58% | - |
| HSV(B) | 41.35º | 0.67% | 0.87% | - |
| XYZ | 46.35 | 46.51 | 12.84 | - |
| YUV | 177.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 73 | 0 | 0.21 | 0.67 | 0.13 | 41.35 | 0.69 | 0.58 |
| Hex | DD | AF | 49 | 0 | 15 | 43 | D | 29 | 45 | 3A |
| Octal | 335 | 257 | 111 | 0 | 25 | 103 | 15 | 51 | 105 | 72 |
| Binary | 11011101 | 10101111 | 1001001 | 0 | 10101 | 1000011 | 1101 | 101001 | 1000101 | 111010 |
Color Harmonies of #DDAF49
Complementary color
Monochromatic Colors of #DDAF49
Black with #DDAF49
Text Example
Text Example
White with #DDAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF49; }
p { color: rgb(221,175,73); }
H1.HeaderClassName
{
color: #DDAF49;
}
.AnyTagClassName
{
color: #DDAF49;
}
</style>
background-color css
<style>
a { background-color: #DDAF49; }
a { background-color: rgb(221,175,73); }
div.DivClassName
{
background-color: #DDAF49;
}
.BgClassName
{
background-color: #DDAF49;
}
</style>
border-color css
<style>
span { border-color: #DDAF49; }
span { border-color: rgb(221,175,73); }
td.TdClassName
{
border-color: #DDAF49;
}
.TagClassName
{
border-color: #DDAF49;
}
</style>