Shades of Sundance #D1AB49
Tints of Sundance #D1AB49
RGB
CMYK
RGB Variations
Color information
#D1AB49 (or 0xD1AB49) is known color: Sundance. HEX triplet: D1, AB and 49. RGB value is (209,171,73). Sum of RGB (Red+Green+Blue) = 209+171+73=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB49 is #2E54B6. Grayscale: #ABABAB. Windows color (decimal): -3036343 or 4828113. OLE color: 4828113.
HSL color Cylindrical-coordinate representation of color #D1AB49: hue angle of 43.24º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1AB49 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 73 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.18 |
| HSL | 43.24º | 0.6% | 0.55% | - |
| HSV(B) | 43.24º | 0.65% | 0.82% | - |
| XYZ | 42.06 | 43.16 | 12.42 | - |
| YUV | 171.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 73 | 0 | 0.18 | 0.65 | 0.18 | 43.24 | 0.6 | 0.55 |
| Hex | D1 | AB | 49 | 0 | 12 | 41 | 12 | 2B | 3C | 37 |
| Octal | 321 | 253 | 111 | 0 | 22 | 101 | 22 | 53 | 74 | 67 |
| Binary | 11010001 | 10101011 | 1001001 | 0 | 10010 | 1000001 | 10010 | 101011 | 111100 | 110111 |
Color Harmonies of #D1AB49
Complementary color
Monochromatic Colors of #D1AB49
Black with #D1AB49
Text Example
Text Example
White with #D1AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB49; }
p { color: rgb(209,171,73); }
H1.HeaderClassName
{
color: #D1AB49;
}
.AnyTagClassName
{
color: #D1AB49;
}
</style>
background-color css
<style>
a { background-color: #D1AB49; }
a { background-color: rgb(209,171,73); }
div.DivClassName
{
background-color: #D1AB49;
}
.BgClassName
{
background-color: #D1AB49;
}
</style>
border-color css
<style>
span { border-color: #D1AB49; }
span { border-color: rgb(209,171,73); }
td.TdClassName
{
border-color: #D1AB49;
}
.TagClassName
{
border-color: #D1AB49;
}
</style>