Shades of Rob Roy #DDAF53
Tints of Rob Roy #DDAF53
RGB
CMYK
RGB Variations
Color information
#DDAF53 (or 0xDDAF53) is known color: Rob Roy. HEX triplet: DD, AF and 53. RGB value is (221,175,83). Sum of RGB (Red+Green+Blue) = 221+175+83=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF53 is #2250AC. Grayscale: #B2B2B2. Windows color (decimal): -2248877 or 5484509. OLE color: 5484509.
HSL color Cylindrical-coordinate representation of color #DDAF53: hue angle of 40º 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 #DDAF53 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 83 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.13 |
| HSL | 40º | 0.67% | 0.6% | - |
| HSV(B) | 40º | 0.62% | 0.87% | - |
| XYZ | 46.71 | 46.66 | 14.73 | - |
| YUV | 178.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 83 | 0 | 0.21 | 0.62 | 0.13 | 40 | 0.67 | 0.6 |
| Hex | DD | AF | 53 | 0 | 15 | 3E | D | 28 | 43 | 3C |
| Octal | 335 | 257 | 123 | 0 | 25 | 76 | 15 | 50 | 103 | 74 |
| Binary | 11011101 | 10101111 | 1010011 | 0 | 10101 | 111110 | 1101 | 101000 | 1000011 | 111100 |
Color Harmonies of #DDAF53
Complementary color
Monochromatic Colors of #DDAF53
Black with #DDAF53
Text Example
Text Example
White with #DDAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF53; }
p { color: rgb(221,175,83); }
H1.HeaderClassName
{
color: #DDAF53;
}
.AnyTagClassName
{
color: #DDAF53;
}
</style>
background-color css
<style>
a { background-color: #DDAF53; }
a { background-color: rgb(221,175,83); }
div.DivClassName
{
background-color: #DDAF53;
}
.BgClassName
{
background-color: #DDAF53;
}
</style>
border-color css
<style>
span { border-color: #DDAF53; }
span { border-color: rgb(221,175,83); }
td.TdClassName
{
border-color: #DDAF53;
}
.TagClassName
{
border-color: #DDAF53;
}
</style>