Shades of Sundance #D2B34D
Tints of Sundance #D2B34D
RGB
CMYK
RGB Variations
Color information
#D2B34D (or 0xD2B34D) is known color: Sundance. HEX triplet: D2, B3 and 4D. RGB value is (210,179,77). Sum of RGB (Red+Green+Blue) = 210+179+77=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B34D is #2D4CB2. Grayscale: #B1B1B1. Windows color (decimal): -2968755 or 5092306. OLE color: 5092306.
HSL color Cylindrical-coordinate representation of color #D2B34D: hue angle of 46.02º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2B34D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 77 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.18 |
| HSL | 46.02º | 0.6% | 0.56% | - |
| HSV(B) | 46.02º | 0.63% | 0.82% | - |
| XYZ | 44.04 | 46.48 | 13.67 | - |
| YUV | 176.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 77 | 0 | 0.15 | 0.63 | 0.18 | 46.02 | 0.6 | 0.56 |
| Hex | D2 | B3 | 4D | 0 | F | 3F | 12 | 2E | 3C | 38 |
| Octal | 322 | 263 | 115 | 0 | 17 | 77 | 22 | 56 | 74 | 70 |
| Binary | 11010010 | 10110011 | 1001101 | 0 | 1111 | 111111 | 10010 | 101110 | 111100 | 111000 |
Color Harmonies of #D2B34D
Complementary color
Monochromatic Colors of #D2B34D
Black with #D2B34D
Text Example
Text Example
White with #D2B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B34D; }
p { color: rgb(210,179,77); }
H1.HeaderClassName
{
color: #D2B34D;
}
.AnyTagClassName
{
color: #D2B34D;
}
</style>
background-color css
<style>
a { background-color: #D2B34D; }
a { background-color: rgb(210,179,77); }
div.DivClassName
{
background-color: #D2B34D;
}
.BgClassName
{
background-color: #D2B34D;
}
</style>
border-color css
<style>
span { border-color: #D2B34D; }
span { border-color: rgb(210,179,77); }
td.TdClassName
{
border-color: #D2B34D;
}
.TagClassName
{
border-color: #D2B34D;
}
</style>