Shades of Sundance #D1B04C
Tints of Sundance #D1B04C
RGB
CMYK
RGB Variations
Color information
#D1B04C (or 0xD1B04C) is known color: Sundance. HEX triplet: D1, B0 and 4C. RGB value is (209,176,76). Sum of RGB (Red+Green+Blue) = 209+176+76=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B04C is #2E4FB3. Grayscale: #AEAEAE. Windows color (decimal): -3035060 or 5026001. OLE color: 5026001.
HSL color Cylindrical-coordinate representation of color #D1B04C: hue angle of 45.11º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1B04C is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 76 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.18 |
| HSL | 45.11º | 0.59% | 0.56% | - |
| HSV(B) | 45.11º | 0.64% | 0.82% | - |
| XYZ | 43.12 | 45.13 | 13.28 | - |
| YUV | 174.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 76 | 0 | 0.16 | 0.64 | 0.18 | 45.11 | 0.59 | 0.56 |
| Hex | D1 | B0 | 4C | 0 | 10 | 40 | 12 | 2D | 3B | 38 |
| Octal | 321 | 260 | 114 | 0 | 20 | 100 | 22 | 55 | 73 | 70 |
| Binary | 11010001 | 10110000 | 1001100 | 0 | 10000 | 1000000 | 10010 | 101101 | 111011 | 111000 |
Color Harmonies of #D1B04C
Complementary color
Monochromatic Colors of #D1B04C
Black with #D1B04C
Text Example
Text Example
White with #D1B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B04C; }
p { color: rgb(209,176,76); }
H1.HeaderClassName
{
color: #D1B04C;
}
.AnyTagClassName
{
color: #D1B04C;
}
</style>
background-color css
<style>
a { background-color: #D1B04C; }
a { background-color: rgb(209,176,76); }
div.DivClassName
{
background-color: #D1B04C;
}
.BgClassName
{
background-color: #D1B04C;
}
</style>
border-color css
<style>
span { border-color: #D1B04C; }
span { border-color: rgb(209,176,76); }
td.TdClassName
{
border-color: #D1B04C;
}
.TagClassName
{
border-color: #D1B04C;
}
</style>