Shades of Sundance #D2AB48
Tints of Sundance #D2AB48
RGB
CMYK
RGB Variations
Color information
#D2AB48 (or 0xD2AB48) is known color: Sundance. HEX triplet: D2, AB and 48. RGB value is (210,171,72). Sum of RGB (Red+Green+Blue) = 210+171+72=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB48 is #2D54B7. Grayscale: #ABABAB. Windows color (decimal): -2970808 or 4762578. OLE color: 4762578.
HSL color Cylindrical-coordinate representation of color #D2AB48: hue angle of 43.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2AB48 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 72 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.18 |
| HSL | 43.04º | 0.61% | 0.55% | - |
| HSV(B) | 43.04º | 0.66% | 0.82% | - |
| XYZ | 42.31 | 43.3 | 12.26 | - |
| YUV | 171.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 72 | 0 | 0.19 | 0.66 | 0.18 | 43.04 | 0.61 | 0.55 |
| Hex | D2 | AB | 48 | 0 | 13 | 42 | 12 | 2B | 3D | 37 |
| Octal | 322 | 253 | 110 | 0 | 23 | 102 | 22 | 53 | 75 | 67 |
| Binary | 11010010 | 10101011 | 1001000 | 0 | 10011 | 1000010 | 10010 | 101011 | 111101 | 110111 |
Color Harmonies of #D2AB48
Complementary color
Monochromatic Colors of #D2AB48
Black with #D2AB48
Text Example
Text Example
White with #D2AB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB48; }
p { color: rgb(210,171,72); }
H1.HeaderClassName
{
color: #D2AB48;
}
.AnyTagClassName
{
color: #D2AB48;
}
</style>
background-color css
<style>
a { background-color: #D2AB48; }
a { background-color: rgb(210,171,72); }
div.DivClassName
{
background-color: #D2AB48;
}
.BgClassName
{
background-color: #D2AB48;
}
</style>
border-color css
<style>
span { border-color: #D2AB48; }
span { border-color: rgb(210,171,72); }
td.TdClassName
{
border-color: #D2AB48;
}
.TagClassName
{
border-color: #D2AB48;
}
</style>