Shades of Rob Roy #DDAF55
Tints of Rob Roy #DDAF55
RGB
CMYK
RGB Variations
Color information
#DDAF55 (or 0xDDAF55) is known color: Rob Roy. HEX triplet: DD, AF and 55. RGB value is (221,175,85). Sum of RGB (Red+Green+Blue) = 221+175+85=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF55 is #2250AA. Grayscale: #B2B2B2. Windows color (decimal): -2248875 or 5615581. OLE color: 5615581.
HSL color Cylindrical-coordinate representation of color #DDAF55: hue angle of 39.71º 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 #DDAF55 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 85 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.13 |
| HSL | 39.71º | 0.67% | 0.6% | - |
| HSV(B) | 39.71º | 0.62% | 0.87% | - |
| XYZ | 46.79 | 46.69 | 15.14 | - |
| YUV | 178.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 85 | 0 | 0.21 | 0.62 | 0.13 | 39.71 | 0.67 | 0.6 |
| Hex | DD | AF | 55 | 0 | 15 | 3E | D | 28 | 43 | 3C |
| Octal | 335 | 257 | 125 | 0 | 25 | 76 | 15 | 50 | 103 | 74 |
| Binary | 11011101 | 10101111 | 1010101 | 0 | 10101 | 111110 | 1101 | 101000 | 1000011 | 111100 |
Color Harmonies of #DDAF55
Complementary color
Monochromatic Colors of #DDAF55
Black with #DDAF55
Text Example
Text Example
White with #DDAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF55; }
p { color: rgb(221,175,85); }
H1.HeaderClassName
{
color: #DDAF55;
}
.AnyTagClassName
{
color: #DDAF55;
}
</style>
background-color css
<style>
a { background-color: #DDAF55; }
a { background-color: rgb(221,175,85); }
div.DivClassName
{
background-color: #DDAF55;
}
.BgClassName
{
background-color: #DDAF55;
}
</style>
border-color css
<style>
span { border-color: #DDAF55; }
span { border-color: rgb(221,175,85); }
td.TdClassName
{
border-color: #DDAF55;
}
.TagClassName
{
border-color: #DDAF55;
}
</style>