Shades of Sundance #BDA44F
Tints of Sundance #BDA44F
RGB
CMYK
RGB Variations
Color information
#BDA44F (or 0xBDA44F) is known color: Sundance. HEX triplet: BD, A4 and 4F. RGB value is (189,164,79). Sum of RGB (Red+Green+Blue) = 189+164+79=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA44F is #425BB0. Grayscale: #A2A2A2. Windows color (decimal): -4348849 or 5219517. OLE color: 5219517.
HSL color Cylindrical-coordinate representation of color #BDA44F: hue angle of 46.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDA44F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 79 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.26 |
| HSL | 46.36º | 0.45% | 0.53% | - |
| HSV(B) | 46.36º | 0.58% | 0.74% | - |
| XYZ | 35.67 | 37.93 | 12.84 | - |
| YUV | 161.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 79 | 0 | 0.13 | 0.58 | 0.26 | 46.36 | 0.45 | 0.53 |
| Hex | BD | A4 | 4F | 0 | D | 3A | 1A | 2E | 2D | 35 |
| Octal | 275 | 244 | 117 | 0 | 15 | 72 | 32 | 56 | 55 | 65 |
| Binary | 10111101 | 10100100 | 1001111 | 0 | 1101 | 111010 | 11010 | 101110 | 101101 | 110101 |
Color Harmonies of #BDA44F
Complementary color
Monochromatic Colors of #BDA44F
Black with #BDA44F
Text Example
Text Example
White with #BDA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA44F; }
p { color: rgb(189,164,79); }
H1.HeaderClassName
{
color: #BDA44F;
}
.AnyTagClassName
{
color: #BDA44F;
}
</style>
background-color css
<style>
a { background-color: #BDA44F; }
a { background-color: rgb(189,164,79); }
div.DivClassName
{
background-color: #BDA44F;
}
.BgClassName
{
background-color: #BDA44F;
}
</style>
border-color css
<style>
span { border-color: #BDA44F; }
span { border-color: rgb(189,164,79); }
td.TdClassName
{
border-color: #BDA44F;
}
.TagClassName
{
border-color: #BDA44F;
}
</style>