Shades of Sundance #D1A24A
Tints of Sundance #D1A24A
RGB
CMYK
RGB Variations
Color information
#D1A24A (or 0xD1A24A) is known color: Sundance. HEX triplet: D1, A2 and 4A. RGB value is (209,162,74). Sum of RGB (Red+Green+Blue) = 209+162+74=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A24A is #2E5DB5. Grayscale: #A6A6A6. Windows color (decimal): -3038646 or 4891345. OLE color: 4891345.
HSL color Cylindrical-coordinate representation of color #D1A24A: hue angle of 39.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1A24A is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 74 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.18 |
| HSL | 39.11º | 0.59% | 0.55% | - |
| HSV(B) | 39.11º | 0.65% | 0.82% | - |
| XYZ | 40.45 | 39.89 | 12.05 | - |
| YUV | 166.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 74 | 0 | 0.22 | 0.65 | 0.18 | 39.11 | 0.59 | 0.55 |
| Hex | D1 | A2 | 4A | 0 | 16 | 41 | 12 | 27 | 3B | 37 |
| Octal | 321 | 242 | 112 | 0 | 26 | 101 | 22 | 47 | 73 | 67 |
| Binary | 11010001 | 10100010 | 1001010 | 0 | 10110 | 1000001 | 10010 | 100111 | 111011 | 110111 |
Color Harmonies of #D1A24A
Complementary color
Monochromatic Colors of #D1A24A
Black with #D1A24A
Text Example
Text Example
White with #D1A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A24A; }
p { color: rgb(209,162,74); }
H1.HeaderClassName
{
color: #D1A24A;
}
.AnyTagClassName
{
color: #D1A24A;
}
</style>
background-color css
<style>
a { background-color: #D1A24A; }
a { background-color: rgb(209,162,74); }
div.DivClassName
{
background-color: #D1A24A;
}
.BgClassName
{
background-color: #D1A24A;
}
</style>
border-color css
<style>
span { border-color: #D1A24A; }
span { border-color: rgb(209,162,74); }
td.TdClassName
{
border-color: #D1A24A;
}
.TagClassName
{
border-color: #D1A24A;
}
</style>