Shades of Sundance #D2AD4C
Tints of Sundance #D2AD4C
RGB
CMYK
RGB Variations
Color information
#D2AD4C (or 0xD2AD4C) is known color: Sundance. HEX triplet: D2, AD and 4C. RGB value is (210,173,76). Sum of RGB (Red+Green+Blue) = 210+173+76=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD4C is #2D52B3. Grayscale: #ADADAD. Windows color (decimal): -2970292 or 5025234. OLE color: 5025234.
HSL color Cylindrical-coordinate representation of color #D2AD4C: hue angle of 43.43º degrees, saturation: 0.6, 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 #D2AD4C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 76 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.18 |
| HSL | 43.43º | 0.6% | 0.56% | - |
| HSV(B) | 43.43º | 0.64% | 0.82% | - |
| XYZ | 42.83 | 44.11 | 13.09 | - |
| YUV | 173.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 76 | 0 | 0.18 | 0.64 | 0.18 | 43.43 | 0.6 | 0.56 |
| Hex | D2 | AD | 4C | 0 | 12 | 40 | 12 | 2B | 3C | 38 |
| Octal | 322 | 255 | 114 | 0 | 22 | 100 | 22 | 53 | 74 | 70 |
| Binary | 11010010 | 10101101 | 1001100 | 0 | 10010 | 1000000 | 10010 | 101011 | 111100 | 111000 |
Color Harmonies of #D2AD4C
Complementary color
Monochromatic Colors of #D2AD4C
Black with #D2AD4C
Text Example
Text Example
White with #D2AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD4C; }
p { color: rgb(210,173,76); }
H1.HeaderClassName
{
color: #D2AD4C;
}
.AnyTagClassName
{
color: #D2AD4C;
}
</style>
background-color css
<style>
a { background-color: #D2AD4C; }
a { background-color: rgb(210,173,76); }
div.DivClassName
{
background-color: #D2AD4C;
}
.BgClassName
{
background-color: #D2AD4C;
}
</style>
border-color css
<style>
span { border-color: #D2AD4C; }
span { border-color: rgb(210,173,76); }
td.TdClassName
{
border-color: #D2AD4C;
}
.TagClassName
{
border-color: #D2AD4C;
}
</style>