Shades of Sundance #D3AD48
Tints of Sundance #D3AD48
RGB
CMYK
RGB Variations
Color information
#D3AD48 (or 0xD3AD48) is known color: Sundance. HEX triplet: D3, AD and 48. RGB value is (211,173,72). Sum of RGB (Red+Green+Blue) = 211+173+72=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AD48 is #2C52B7. Grayscale: #ADADAD. Windows color (decimal): -2904760 or 4763091. OLE color: 4763091.
HSL color Cylindrical-coordinate representation of color #D3AD48: hue angle of 43.6º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3AD48 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 72 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.17 |
| HSL | 43.6º | 0.61% | 0.55% | - |
| HSV(B) | 43.6º | 0.66% | 0.83% | - |
| XYZ | 42.98 | 44.2 | 12.4 | - |
| YUV | 172.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 72 | 0 | 0.18 | 0.66 | 0.17 | 43.6 | 0.61 | 0.55 |
| Hex | D3 | AD | 48 | 0 | 12 | 42 | 11 | 2C | 3D | 37 |
| Octal | 323 | 255 | 110 | 0 | 22 | 102 | 21 | 54 | 75 | 67 |
| Binary | 11010011 | 10101101 | 1001000 | 0 | 10010 | 1000010 | 10001 | 101100 | 111101 | 110111 |
Color Harmonies of #D3AD48
Complementary color
Monochromatic Colors of #D3AD48
Black with #D3AD48
Text Example
Text Example
White with #D3AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD48; }
p { color: rgb(211,173,72); }
H1.HeaderClassName
{
color: #D3AD48;
}
.AnyTagClassName
{
color: #D3AD48;
}
</style>
background-color css
<style>
a { background-color: #D3AD48; }
a { background-color: rgb(211,173,72); }
div.DivClassName
{
background-color: #D3AD48;
}
.BgClassName
{
background-color: #D3AD48;
}
</style>
border-color css
<style>
span { border-color: #D3AD48; }
span { border-color: rgb(211,173,72); }
td.TdClassName
{
border-color: #D3AD48;
}
.TagClassName
{
border-color: #D3AD48;
}
</style>