Shades of Sundance #D1AF4F
Tints of Sundance #D1AF4F
RGB
CMYK
RGB Variations
Color information
#D1AF4F (or 0xD1AF4F) is known color: Sundance. HEX triplet: D1, AF and 4F. RGB value is (209,175,79). Sum of RGB (Red+Green+Blue) = 209+175+79=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF4F is #2E50B0. Grayscale: #AEAEAE. Windows color (decimal): -3035313 or 5222353. OLE color: 5222353.
HSL color Cylindrical-coordinate representation of color #D1AF4F: hue angle of 44.31º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1AF4F is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 79 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.18 |
| HSL | 44.31º | 0.59% | 0.56% | - |
| HSV(B) | 44.31º | 0.62% | 0.82% | - |
| XYZ | 43.04 | 44.78 | 13.77 | - |
| YUV | 174.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 79 | 0 | 0.16 | 0.62 | 0.18 | 44.31 | 0.59 | 0.56 |
| Hex | D1 | AF | 4F | 0 | 10 | 3E | 12 | 2C | 3B | 38 |
| Octal | 321 | 257 | 117 | 0 | 20 | 76 | 22 | 54 | 73 | 70 |
| Binary | 11010001 | 10101111 | 1001111 | 0 | 10000 | 111110 | 10010 | 101100 | 111011 | 111000 |
Color Harmonies of #D1AF4F
Complementary color
Monochromatic Colors of #D1AF4F
Black with #D1AF4F
Text Example
Text Example
White with #D1AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF4F; }
p { color: rgb(209,175,79); }
H1.HeaderClassName
{
color: #D1AF4F;
}
.AnyTagClassName
{
color: #D1AF4F;
}
</style>
background-color css
<style>
a { background-color: #D1AF4F; }
a { background-color: rgb(209,175,79); }
div.DivClassName
{
background-color: #D1AF4F;
}
.BgClassName
{
background-color: #D1AF4F;
}
</style>
border-color css
<style>
span { border-color: #D1AF4F; }
span { border-color: rgb(209,175,79); }
td.TdClassName
{
border-color: #D1AF4F;
}
.TagClassName
{
border-color: #D1AF4F;
}
</style>