Shades of Sundance #D2AE49
Tints of Sundance #D2AE49
RGB
CMYK
RGB Variations
Color information
#D2AE49 (or 0xD2AE49) is known color: Sundance. HEX triplet: D2, AE and 49. RGB value is (210,174,73). Sum of RGB (Red+Green+Blue) = 210+174+73=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AE49 is #2D51B6. Grayscale: #ADADAD. Windows color (decimal): -2970039 or 4828882. OLE color: 4828882.
HSL color Cylindrical-coordinate representation of color #D2AE49: hue angle of 44.23º 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 #D2AE49 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 73 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.18 |
| HSL | 44.23º | 0.6% | 0.55% | - |
| HSV(B) | 44.23º | 0.65% | 0.82% | - |
| XYZ | 42.92 | 44.45 | 12.62 | - |
| YUV | 173.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 73 | 0 | 0.17 | 0.65 | 0.18 | 44.23 | 0.6 | 0.55 |
| Hex | D2 | AE | 49 | 0 | 11 | 41 | 12 | 2C | 3C | 37 |
| Octal | 322 | 256 | 111 | 0 | 21 | 101 | 22 | 54 | 74 | 67 |
| Binary | 11010010 | 10101110 | 1001001 | 0 | 10001 | 1000001 | 10010 | 101100 | 111100 | 110111 |
Color Harmonies of #D2AE49
Complementary color
Monochromatic Colors of #D2AE49
Black with #D2AE49
Text Example
Text Example
White with #D2AE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AE49; }
p { color: rgb(210,174,73); }
H1.HeaderClassName
{
color: #D2AE49;
}
.AnyTagClassName
{
color: #D2AE49;
}
</style>
background-color css
<style>
a { background-color: #D2AE49; }
a { background-color: rgb(210,174,73); }
div.DivClassName
{
background-color: #D2AE49;
}
.BgClassName
{
background-color: #D2AE49;
}
</style>
border-color css
<style>
span { border-color: #D2AE49; }
span { border-color: rgb(210,174,73); }
td.TdClassName
{
border-color: #D2AE49;
}
.TagClassName
{
border-color: #D2AE49;
}
</style>