Shades of Sundance #D2AF4A
Tints of Sundance #D2AF4A
RGB
CMYK
RGB Variations
Color information
#D2AF4A (or 0xD2AF4A) is known color: Sundance. HEX triplet: D2, AF and 4A. RGB value is (210,175,74). Sum of RGB (Red+Green+Blue) = 210+175+74=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF4A is #2D50B5. Grayscale: #AEAEAE. Windows color (decimal): -2969782 or 4894674. OLE color: 4894674.
HSL color Cylindrical-coordinate representation of color #D2AF4A: hue angle of 44.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2AF4A is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 74 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.18 |
| HSL | 44.56º | 0.6% | 0.56% | - |
| HSV(B) | 44.56º | 0.65% | 0.82% | - |
| XYZ | 43.14 | 44.86 | 12.86 | - |
| YUV | 173.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 74 | 0 | 0.17 | 0.65 | 0.18 | 44.56 | 0.6 | 0.56 |
| Hex | D2 | AF | 4A | 0 | 11 | 41 | 12 | 2D | 3C | 38 |
| Octal | 322 | 257 | 112 | 0 | 21 | 101 | 22 | 55 | 74 | 70 |
| Binary | 11010010 | 10101111 | 1001010 | 0 | 10001 | 1000001 | 10010 | 101101 | 111100 | 111000 |
Color Harmonies of #D2AF4A
Complementary color
Monochromatic Colors of #D2AF4A
Black with #D2AF4A
Text Example
Text Example
White with #D2AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF4A; }
p { color: rgb(210,175,74); }
H1.HeaderClassName
{
color: #D2AF4A;
}
.AnyTagClassName
{
color: #D2AF4A;
}
</style>
background-color css
<style>
a { background-color: #D2AF4A; }
a { background-color: rgb(210,175,74); }
div.DivClassName
{
background-color: #D2AF4A;
}
.BgClassName
{
background-color: #D2AF4A;
}
</style>
border-color css
<style>
span { border-color: #D2AF4A; }
span { border-color: rgb(210,175,74); }
td.TdClassName
{
border-color: #D2AF4A;
}
.TagClassName
{
border-color: #D2AF4A;
}
</style>