Shades of Sundance #D1A648
Tints of Sundance #D1A648
RGB
CMYK
RGB Variations
Color information
#D1A648 (or 0xD1A648) is known color: Sundance. HEX triplet: D1, A6 and 48. RGB value is (209,166,72). Sum of RGB (Red+Green+Blue) = 209+166+72=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A648 is #2E59B7. Grayscale: #A8A8A8. Windows color (decimal): -3037624 or 4761297. OLE color: 4761297.
HSL color Cylindrical-coordinate representation of color #D1A648: hue angle of 41.17º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1A648 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 72 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.18 |
| HSL | 41.17º | 0.6% | 0.55% | - |
| HSV(B) | 41.17º | 0.66% | 0.82% | - |
| XYZ | 41.1 | 41.3 | 11.94 | - |
| YUV | 168.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 72 | 0 | 0.21 | 0.66 | 0.18 | 41.17 | 0.6 | 0.55 |
| Hex | D1 | A6 | 48 | 0 | 15 | 42 | 12 | 29 | 3C | 37 |
| Octal | 321 | 246 | 110 | 0 | 25 | 102 | 22 | 51 | 74 | 67 |
| Binary | 11010001 | 10100110 | 1001000 | 0 | 10101 | 1000010 | 10010 | 101001 | 111100 | 110111 |
Color Harmonies of #D1A648
Complementary color
Monochromatic Colors of #D1A648
Black with #D1A648
Text Example
Text Example
White with #D1A648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A648; }
p { color: rgb(209,166,72); }
H1.HeaderClassName
{
color: #D1A648;
}
.AnyTagClassName
{
color: #D1A648;
}
</style>
background-color css
<style>
a { background-color: #D1A648; }
a { background-color: rgb(209,166,72); }
div.DivClassName
{
background-color: #D1A648;
}
.BgClassName
{
background-color: #D1A648;
}
</style>
border-color css
<style>
span { border-color: #D1A648; }
span { border-color: rgb(209,166,72); }
td.TdClassName
{
border-color: #D1A648;
}
.TagClassName
{
border-color: #D1A648;
}
</style>