Shades of Rob Roy #DDAC5B
Tints of Rob Roy #DDAC5B
RGB
CMYK
RGB Variations
Color information
#DDAC5B (or 0xDDAC5B) is known color: Rob Roy. HEX triplet: DD, AC and 5B. RGB value is (221,172,91). Sum of RGB (Red+Green+Blue) = 221+172+91=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC5B is #2253A4. Grayscale: #B1B1B1. Windows color (decimal): -2249637 or 6008029. OLE color: 6008029.
HSL color Cylindrical-coordinate representation of color #DDAC5B: hue angle of 37.38º 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 #DDAC5B is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 91 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.13 |
| HSL | 37.38º | 0.66% | 0.61% | - |
| HSV(B) | 37.38º | 0.59% | 0.87% | - |
| XYZ | 46.46 | 45.63 | 16.26 | - |
| YUV | 177.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 91 | 0 | 0.22 | 0.59 | 0.13 | 37.38 | 0.66 | 0.61 |
| Hex | DD | AC | 5B | 0 | 16 | 3B | D | 25 | 42 | 3D |
| Octal | 335 | 254 | 133 | 0 | 26 | 73 | 15 | 45 | 102 | 75 |
| Binary | 11011101 | 10101100 | 1011011 | 0 | 10110 | 111011 | 1101 | 100101 | 1000010 | 111101 |
Color Harmonies of #DDAC5B
Complementary color
Monochromatic Colors of #DDAC5B
Black with #DDAC5B
Text Example
Text Example
White with #DDAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC5B; }
p { color: rgb(221,172,91); }
H1.HeaderClassName
{
color: #DDAC5B;
}
.AnyTagClassName
{
color: #DDAC5B;
}
</style>
background-color css
<style>
a { background-color: #DDAC5B; }
a { background-color: rgb(221,172,91); }
div.DivClassName
{
background-color: #DDAC5B;
}
.BgClassName
{
background-color: #DDAC5B;
}
</style>
border-color css
<style>
span { border-color: #DDAC5B; }
span { border-color: rgb(221,172,91); }
td.TdClassName
{
border-color: #DDAC5B;
}
.TagClassName
{
border-color: #DDAC5B;
}
</style>