Shades of Sundance #D1B54C
Tints of Sundance #D1B54C
RGB
CMYK
RGB Variations
Color information
#D1B54C (or 0xD1B54C) is known color: Sundance. HEX triplet: D1, B5 and 4C. RGB value is (209,181,76). Sum of RGB (Red+Green+Blue) = 209+181+76=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B54C is #2E4AB3. Grayscale: #B1B1B1. Windows color (decimal): -3033780 or 5027281. OLE color: 5027281.
HSL color Cylindrical-coordinate representation of color #D1B54C: hue angle of 47.37º 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 #D1B54C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 76 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.18 |
| HSL | 47.37º | 0.59% | 0.56% | - |
| HSV(B) | 47.37º | 0.64% | 0.82% | - |
| XYZ | 44.12 | 47.12 | 13.61 | - |
| YUV | 177.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 76 | 0 | 0.13 | 0.64 | 0.18 | 47.37 | 0.59 | 0.56 |
| Hex | D1 | B5 | 4C | 0 | D | 40 | 12 | 2F | 3B | 38 |
| Octal | 321 | 265 | 114 | 0 | 15 | 100 | 22 | 57 | 73 | 70 |
| Binary | 11010001 | 10110101 | 1001100 | 0 | 1101 | 1000000 | 10010 | 101111 | 111011 | 111000 |
Color Harmonies of #D1B54C
Complementary color
Monochromatic Colors of #D1B54C
Black with #D1B54C
Text Example
Text Example
White with #D1B54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B54C; }
p { color: rgb(209,181,76); }
H1.HeaderClassName
{
color: #D1B54C;
}
.AnyTagClassName
{
color: #D1B54C;
}
</style>
background-color css
<style>
a { background-color: #D1B54C; }
a { background-color: rgb(209,181,76); }
div.DivClassName
{
background-color: #D1B54C;
}
.BgClassName
{
background-color: #D1B54C;
}
</style>
border-color css
<style>
span { border-color: #D1B54C; }
span { border-color: rgb(209,181,76); }
td.TdClassName
{
border-color: #D1B54C;
}
.TagClassName
{
border-color: #D1B54C;
}
</style>