Shades of Rob Roy #DDAB5B
Tints of Rob Roy #DDAB5B
RGB
CMYK
RGB Variations
Color information
#DDAB5B (or 0xDDAB5B) is known color: Rob Roy. HEX triplet: DD, AB and 5B. RGB value is (221,171,91). Sum of RGB (Red+Green+Blue) = 221+171+91=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB5B is #2254A4. Grayscale: #B1B1B1. Windows color (decimal): -2249893 or 6007773. OLE color: 6007773.
HSL color Cylindrical-coordinate representation of color #DDAB5B: hue angle of 36.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDAB5B is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 91 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.13 |
| HSL | 36.92º | 0.66% | 0.61% | - |
| HSV(B) | 36.92º | 0.59% | 0.87% | - |
| XYZ | 46.27 | 45.25 | 16.19 | - |
| YUV | 176.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 91 | 0 | 0.23 | 0.59 | 0.13 | 36.92 | 0.66 | 0.61 |
| Hex | DD | AB | 5B | 0 | 17 | 3B | D | 25 | 42 | 3D |
| Octal | 335 | 253 | 133 | 0 | 27 | 73 | 15 | 45 | 102 | 75 |
| Binary | 11011101 | 10101011 | 1011011 | 0 | 10111 | 111011 | 1101 | 100101 | 1000010 | 111101 |
Color Harmonies of #DDAB5B
Complementary color
Monochromatic Colors of #DDAB5B
Black with #DDAB5B
Text Example
Text Example
White with #DDAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB5B; }
p { color: rgb(221,171,91); }
H1.HeaderClassName
{
color: #DDAB5B;
}
.AnyTagClassName
{
color: #DDAB5B;
}
</style>
background-color css
<style>
a { background-color: #DDAB5B; }
a { background-color: rgb(221,171,91); }
div.DivClassName
{
background-color: #DDAB5B;
}
.BgClassName
{
background-color: #DDAB5B;
}
</style>
border-color css
<style>
span { border-color: #DDAB5B; }
span { border-color: rgb(221,171,91); }
td.TdClassName
{
border-color: #DDAB5B;
}
.TagClassName
{
border-color: #DDAB5B;
}
</style>