Shades of Sundance #D3A848
Tints of Sundance #D3A848
RGB
CMYK
RGB Variations
Color information
#D3A848 (or 0xD3A848) is known color: Sundance. HEX triplet: D3, A8 and 48. RGB value is (211,168,72). Sum of RGB (Red+Green+Blue) = 211+168+72=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A848 is #2C57B7. Grayscale: #AAAAAA. Windows color (decimal): -2906040 or 4761811. OLE color: 4761811.
HSL color Cylindrical-coordinate representation of color #D3A848: hue angle of 41.44º 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 #D3A848 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 168 | 72 | - |
CMYK | 0 | 0.20 | 0.66 | 0.17 |
HSL | 41.44º | 0.61% | 0.55% | - |
HSV(B) | 41.44º | 0.66% | 0.83% | - |
XYZ | 42.04 | 42.32 | 12.08 | - |
YUV | 169.91 | 72.75 | 157.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 168 | 72 | 0 | 0.20 | 0.66 | 0.17 | 41.44 | 0.61 | 0.55 |
Hex | D3 | A8 | 48 | 0 | 14 | 42 | 11 | 29 | 3D | 37 |
Octal | 323 | 250 | 110 | 0 | 24 | 102 | 21 | 51 | 75 | 67 |
Binary | 11010011 | 10101000 | 1001000 | 0 | 10100 | 1000010 | 10001 | 101001 | 111101 | 110111 |
Color Harmonies of #D3A848
Complementary color
Monochromatic Colors of #D3A848
Black with #D3A848
Text Example
Text Example
White with #D3A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A848; }
p { color: rgb(211,168,72); }
H1.HeaderClassName
{
color: #D3A848;
}
.AnyTagClassName
{
color: #D3A848;
}
</style>
background-color css
<style>
a { background-color: #D3A848; }
a { background-color: rgb(211,168,72); }
div.DivClassName
{
background-color: #D3A848;
}
.BgClassName
{
background-color: #D3A848;
}
</style>
border-color css
<style>
span { border-color: #D3A848; }
span { border-color: rgb(211,168,72); }
td.TdClassName
{
border-color: #D3A848;
}
.TagClassName
{
border-color: #D3A848;
}
</style>