Shades of Sundance #D0A24A
Tints of Sundance #D0A24A
RGB
CMYK
RGB Variations
Color information
#D0A24A (or 0xD0A24A) is known color: Sundance. HEX triplet: D0, A2 and 4A. RGB value is (208,162,74). Sum of RGB (Red+Green+Blue) = 208+162+74=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A24A is #2F5DB5. Grayscale: #A6A6A6. Windows color (decimal): -3104182 or 4891344. OLE color: 4891344.
HSL color Cylindrical-coordinate representation of color #D0A24A: hue angle of 39.4º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0A24A is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 74 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.18 |
| HSL | 39.4º | 0.59% | 0.55% | - |
| HSV(B) | 39.4º | 0.64% | 0.82% | - |
| XYZ | 40.17 | 39.74 | 12.03 | - |
| YUV | 165.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 74 | 0 | 0.22 | 0.64 | 0.18 | 39.4 | 0.59 | 0.55 |
| Hex | D0 | A2 | 4A | 0 | 16 | 40 | 12 | 27 | 3B | 37 |
| Octal | 320 | 242 | 112 | 0 | 26 | 100 | 22 | 47 | 73 | 67 |
| Binary | 11010000 | 10100010 | 1001010 | 0 | 10110 | 1000000 | 10010 | 100111 | 111011 | 110111 |
Color Harmonies of #D0A24A
Complementary color
Monochromatic Colors of #D0A24A
Black with #D0A24A
Text Example
Text Example
White with #D0A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A24A; }
p { color: rgb(208,162,74); }
H1.HeaderClassName
{
color: #D0A24A;
}
.AnyTagClassName
{
color: #D0A24A;
}
</style>
background-color css
<style>
a { background-color: #D0A24A; }
a { background-color: rgb(208,162,74); }
div.DivClassName
{
background-color: #D0A24A;
}
.BgClassName
{
background-color: #D0A24A;
}
</style>
border-color css
<style>
span { border-color: #D0A24A; }
span { border-color: rgb(208,162,74); }
td.TdClassName
{
border-color: #D0A24A;
}
.TagClassName
{
border-color: #D0A24A;
}
</style>