Shades of Rob Roy #DDAF4C
Tints of Rob Roy #DDAF4C
RGB
CMYK
RGB Variations
Color information
#DDAF4C (or 0xDDAF4C) is known color: Rob Roy. HEX triplet: DD, AF and 4C. RGB value is (221,175,76). Sum of RGB (Red+Green+Blue) = 221+175+76=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF4C is #2250B3. Grayscale: #B1B1B1. Windows color (decimal): -2248884 or 5025757. OLE color: 5025757.
HSL color Cylindrical-coordinate representation of color #DDAF4C: hue angle of 40.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDAF4C is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 76 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.13 |
| HSL | 40.97º | 0.68% | 0.58% | - |
| HSV(B) | 40.97º | 0.66% | 0.87% | - |
| XYZ | 46.45 | 46.55 | 13.37 | - |
| YUV | 177.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 76 | 0 | 0.21 | 0.66 | 0.13 | 40.97 | 0.68 | 0.58 |
| Hex | DD | AF | 4C | 0 | 15 | 42 | D | 29 | 44 | 3A |
| Octal | 335 | 257 | 114 | 0 | 25 | 102 | 15 | 51 | 104 | 72 |
| Binary | 11011101 | 10101111 | 1001100 | 0 | 10101 | 1000010 | 1101 | 101001 | 1000100 | 111010 |
Color Harmonies of #DDAF4C
Complementary color
Monochromatic Colors of #DDAF4C
Black with #DDAF4C
Text Example
Text Example
White with #DDAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF4C; }
p { color: rgb(221,175,76); }
H1.HeaderClassName
{
color: #DDAF4C;
}
.AnyTagClassName
{
color: #DDAF4C;
}
</style>
background-color css
<style>
a { background-color: #DDAF4C; }
a { background-color: rgb(221,175,76); }
div.DivClassName
{
background-color: #DDAF4C;
}
.BgClassName
{
background-color: #DDAF4C;
}
</style>
border-color css
<style>
span { border-color: #DDAF4C; }
span { border-color: rgb(221,175,76); }
td.TdClassName
{
border-color: #DDAF4C;
}
.TagClassName
{
border-color: #DDAF4C;
}
</style>