Shades of Rob Roy #DDAB5A
Tints of Rob Roy #DDAB5A
RGB
CMYK
RGB Variations
Color information
#DDAB5A (or 0xDDAB5A) is known color: Rob Roy. HEX triplet: DD, AB and 5A. RGB value is (221,171,90). Sum of RGB (Red+Green+Blue) = 221+171+90=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB5A is #2254A5. Grayscale: #B1B1B1. Windows color (decimal): -2249894 or 5942237. OLE color: 5942237.
HSL color Cylindrical-coordinate representation of color #DDAB5A: hue angle of 37.1º 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 #DDAB5A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 90 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.13 |
| HSL | 37.1º | 0.66% | 0.61% | - |
| HSV(B) | 37.1º | 0.59% | 0.87% | - |
| XYZ | 46.23 | 45.24 | 15.97 | - |
| YUV | 176.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 90 | 0 | 0.23 | 0.59 | 0.13 | 37.1 | 0.66 | 0.61 |
| Hex | DD | AB | 5A | 0 | 17 | 3B | D | 25 | 42 | 3D |
| Octal | 335 | 253 | 132 | 0 | 27 | 73 | 15 | 45 | 102 | 75 |
| Binary | 11011101 | 10101011 | 1011010 | 0 | 10111 | 111011 | 1101 | 100101 | 1000010 | 111101 |
Color Harmonies of #DDAB5A
Complementary color
Monochromatic Colors of #DDAB5A
Black with #DDAB5A
Text Example
Text Example
White with #DDAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB5A; }
p { color: rgb(221,171,90); }
H1.HeaderClassName
{
color: #DDAB5A;
}
.AnyTagClassName
{
color: #DDAB5A;
}
</style>
background-color css
<style>
a { background-color: #DDAB5A; }
a { background-color: rgb(221,171,90); }
div.DivClassName
{
background-color: #DDAB5A;
}
.BgClassName
{
background-color: #DDAB5A;
}
</style>
border-color css
<style>
span { border-color: #DDAB5A; }
span { border-color: rgb(221,171,90); }
td.TdClassName
{
border-color: #DDAB5A;
}
.TagClassName
{
border-color: #DDAB5A;
}
</style>