Shades of Sundance #D2AF4B
Tints of Sundance #D2AF4B
RGB
CMYK
RGB Variations
Color information
#D2AF4B (or 0xD2AF4B) is known color: Sundance. HEX triplet: D2, AF and 4B. RGB value is (210,175,75). Sum of RGB (Red+Green+Blue) = 210+175+75=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF4B is #2D50B4. Grayscale: #AEAEAE. Windows color (decimal): -2969781 or 4960210. OLE color: 4960210.
HSL color Cylindrical-coordinate representation of color #D2AF4B: hue angle of 44.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2AF4B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 75 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.18 |
| HSL | 44.44º | 0.6% | 0.56% | - |
| HSV(B) | 44.44º | 0.64% | 0.82% | - |
| XYZ | 43.18 | 44.87 | 13.04 | - |
| YUV | 174.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 75 | 0 | 0.17 | 0.64 | 0.18 | 44.44 | 0.6 | 0.56 |
| Hex | D2 | AF | 4B | 0 | 11 | 40 | 12 | 2C | 3C | 38 |
| Octal | 322 | 257 | 113 | 0 | 21 | 100 | 22 | 54 | 74 | 70 |
| Binary | 11010010 | 10101111 | 1001011 | 0 | 10001 | 1000000 | 10010 | 101100 | 111100 | 111000 |
Color Harmonies of #D2AF4B
Complementary color
Monochromatic Colors of #D2AF4B
Black with #D2AF4B
Text Example
Text Example
White with #D2AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF4B; }
p { color: rgb(210,175,75); }
H1.HeaderClassName
{
color: #D2AF4B;
}
.AnyTagClassName
{
color: #D2AF4B;
}
</style>
background-color css
<style>
a { background-color: #D2AF4B; }
a { background-color: rgb(210,175,75); }
div.DivClassName
{
background-color: #D2AF4B;
}
.BgClassName
{
background-color: #D2AF4B;
}
</style>
border-color css
<style>
span { border-color: #D2AF4B; }
span { border-color: rgb(210,175,75); }
td.TdClassName
{
border-color: #D2AF4B;
}
.TagClassName
{
border-color: #D2AF4B;
}
</style>