Shades of Rob Roy #DDAF57
Tints of Rob Roy #DDAF57
RGB
CMYK
RGB Variations
Color information
#DDAF57 (or 0xDDAF57) is known color: Rob Roy. HEX triplet: DD, AF and 57. RGB value is (221,175,87). Sum of RGB (Red+Green+Blue) = 221+175+87=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF57 is #2250A8. Grayscale: #B3B3B3. Windows color (decimal): -2248873 or 5746653. OLE color: 5746653.
HSL color Cylindrical-coordinate representation of color #DDAF57: hue angle of 39.4º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDAF57 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 87 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.13 |
| HSL | 39.4º | 0.66% | 0.6% | - |
| HSV(B) | 39.4º | 0.61% | 0.87% | - |
| XYZ | 46.87 | 46.72 | 15.56 | - |
| YUV | 178.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 87 | 0 | 0.21 | 0.61 | 0.13 | 39.4 | 0.66 | 0.6 |
| Hex | DD | AF | 57 | 0 | 15 | 3D | D | 27 | 42 | 3C |
| Octal | 335 | 257 | 127 | 0 | 25 | 75 | 15 | 47 | 102 | 74 |
| Binary | 11011101 | 10101111 | 1010111 | 0 | 10101 | 111101 | 1101 | 100111 | 1000010 | 111100 |
Color Harmonies of #DDAF57
Complementary color
Monochromatic Colors of #DDAF57
Black with #DDAF57
Text Example
Text Example
White with #DDAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF57; }
p { color: rgb(221,175,87); }
H1.HeaderClassName
{
color: #DDAF57;
}
.AnyTagClassName
{
color: #DDAF57;
}
</style>
background-color css
<style>
a { background-color: #DDAF57; }
a { background-color: rgb(221,175,87); }
div.DivClassName
{
background-color: #DDAF57;
}
.BgClassName
{
background-color: #DDAF57;
}
</style>
border-color css
<style>
span { border-color: #DDAF57; }
span { border-color: rgb(221,175,87); }
td.TdClassName
{
border-color: #DDAF57;
}
.TagClassName
{
border-color: #DDAF57;
}
</style>