Shades of Sundance #D0AF48
Tints of Sundance #D0AF48
RGB
CMYK
RGB Variations
Color information
#D0AF48 (or 0xD0AF48) is known color: Sundance. HEX triplet: D0, AF and 48. RGB value is (208,175,72). Sum of RGB (Red+Green+Blue) = 208+175+72=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF48 is #2F50B7. Grayscale: #ADADAD. Windows color (decimal): -3100856 or 4763600. OLE color: 4763600.
HSL color Cylindrical-coordinate representation of color #D0AF48: hue angle of 45.44º 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 #D0AF48 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 72 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.18 |
| HSL | 45.44º | 0.59% | 0.55% | - |
| HSV(B) | 45.44º | 0.65% | 0.82% | - |
| XYZ | 42.51 | 44.54 | 12.49 | - |
| YUV | 173.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 72 | 0 | 0.16 | 0.65 | 0.18 | 45.44 | 0.59 | 0.55 |
| Hex | D0 | AF | 48 | 0 | 10 | 41 | 12 | 2D | 3B | 37 |
| Octal | 320 | 257 | 110 | 0 | 20 | 101 | 22 | 55 | 73 | 67 |
| Binary | 11010000 | 10101111 | 1001000 | 0 | 10000 | 1000001 | 10010 | 101101 | 111011 | 110111 |
Color Harmonies of #D0AF48
Complementary color
Monochromatic Colors of #D0AF48
Black with #D0AF48
Text Example
Text Example
White with #D0AF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF48; }
p { color: rgb(208,175,72); }
H1.HeaderClassName
{
color: #D0AF48;
}
.AnyTagClassName
{
color: #D0AF48;
}
</style>
background-color css
<style>
a { background-color: #D0AF48; }
a { background-color: rgb(208,175,72); }
div.DivClassName
{
background-color: #D0AF48;
}
.BgClassName
{
background-color: #D0AF48;
}
</style>
border-color css
<style>
span { border-color: #D0AF48; }
span { border-color: rgb(208,175,72); }
td.TdClassName
{
border-color: #D0AF48;
}
.TagClassName
{
border-color: #D0AF48;
}
</style>