Shades of Rob Roy #DDAF50
Tints of Rob Roy #DDAF50
RGB
CMYK
RGB Variations
Color information
#DDAF50 (or 0xDDAF50) is known color: Rob Roy. HEX triplet: DD, AF and 50. RGB value is (221,175,80). Sum of RGB (Red+Green+Blue) = 221+175+80=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF50 is #2250AF. Grayscale: #B2B2B2. Windows color (decimal): -2248880 or 5287901. OLE color: 5287901.
HSL color Cylindrical-coordinate representation of color #DDAF50: hue angle of 40.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDAF50 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 80 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.13 |
| HSL | 40.43º | 0.67% | 0.59% | - |
| HSV(B) | 40.43º | 0.64% | 0.87% | - |
| XYZ | 46.6 | 46.61 | 14.13 | - |
| YUV | 177.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 80 | 0 | 0.21 | 0.64 | 0.13 | 40.43 | 0.67 | 0.59 |
| Hex | DD | AF | 50 | 0 | 15 | 40 | D | 28 | 43 | 3B |
| Octal | 335 | 257 | 120 | 0 | 25 | 100 | 15 | 50 | 103 | 73 |
| Binary | 11011101 | 10101111 | 1010000 | 0 | 10101 | 1000000 | 1101 | 101000 | 1000011 | 111011 |
Color Harmonies of #DDAF50
Complementary color
Monochromatic Colors of #DDAF50
Black with #DDAF50
Text Example
Text Example
White with #DDAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF50; }
p { color: rgb(221,175,80); }
H1.HeaderClassName
{
color: #DDAF50;
}
.AnyTagClassName
{
color: #DDAF50;
}
</style>
background-color css
<style>
a { background-color: #DDAF50; }
a { background-color: rgb(221,175,80); }
div.DivClassName
{
background-color: #DDAF50;
}
.BgClassName
{
background-color: #DDAF50;
}
</style>
border-color css
<style>
span { border-color: #DDAF50; }
span { border-color: rgb(221,175,80); }
td.TdClassName
{
border-color: #DDAF50;
}
.TagClassName
{
border-color: #DDAF50;
}
</style>