Shades of Rob Roy #DDAC5A
Tints of Rob Roy #DDAC5A
RGB
CMYK
RGB Variations
Color information
#DDAC5A (or 0xDDAC5A) is known color: Rob Roy. HEX triplet: DD, AC and 5A. RGB value is (221,172,90). Sum of RGB (Red+Green+Blue) = 221+172+90=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC5A is #2253A5. Grayscale: #B1B1B1. Windows color (decimal): -2249638 or 5942493. OLE color: 5942493.
HSL color Cylindrical-coordinate representation of color #DDAC5A: hue angle of 37.56º 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 #DDAC5A is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 90 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.13 |
| HSL | 37.56º | 0.66% | 0.61% | - |
| HSV(B) | 37.56º | 0.59% | 0.87% | - |
| XYZ | 46.42 | 45.62 | 16.03 | - |
| YUV | 177.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 90 | 0 | 0.22 | 0.59 | 0.13 | 37.56 | 0.66 | 0.61 |
| Hex | DD | AC | 5A | 0 | 16 | 3B | D | 26 | 42 | 3D |
| Octal | 335 | 254 | 132 | 0 | 26 | 73 | 15 | 46 | 102 | 75 |
| Binary | 11011101 | 10101100 | 1011010 | 0 | 10110 | 111011 | 1101 | 100110 | 1000010 | 111101 |
Color Harmonies of #DDAC5A
Complementary color
Monochromatic Colors of #DDAC5A
Black with #DDAC5A
Text Example
Text Example
White with #DDAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC5A; }
p { color: rgb(221,172,90); }
H1.HeaderClassName
{
color: #DDAC5A;
}
.AnyTagClassName
{
color: #DDAC5A;
}
</style>
background-color css
<style>
a { background-color: #DDAC5A; }
a { background-color: rgb(221,172,90); }
div.DivClassName
{
background-color: #DDAC5A;
}
.BgClassName
{
background-color: #DDAC5A;
}
</style>
border-color css
<style>
span { border-color: #DDAC5A; }
span { border-color: rgb(221,172,90); }
td.TdClassName
{
border-color: #DDAC5A;
}
.TagClassName
{
border-color: #DDAC5A;
}
</style>