Shades of Sundance #BDA64F
Tints of Sundance #BDA64F
RGB
CMYK
RGB Variations
Color information
#BDA64F (or 0xBDA64F) is known color: Sundance. HEX triplet: BD, A6 and 4F. RGB value is (189,166,79). Sum of RGB (Red+Green+Blue) = 189+166+79=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA64F is #4259B0. Grayscale: #A3A3A3. Windows color (decimal): -4348337 or 5220029. OLE color: 5220029.
HSL color Cylindrical-coordinate representation of color #BDA64F: hue angle of 47.45º 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 #BDA64F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 79 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.26 |
| HSL | 47.45º | 0.45% | 0.53% | - |
| HSV(B) | 47.45º | 0.58% | 0.74% | - |
| XYZ | 36.03 | 38.66 | 12.96 | - |
| YUV | 162.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 79 | 0 | 0.12 | 0.58 | 0.26 | 47.45 | 0.45 | 0.53 |
| Hex | BD | A6 | 4F | 0 | C | 3A | 1A | 2F | 2D | 35 |
| Octal | 275 | 246 | 117 | 0 | 14 | 72 | 32 | 57 | 55 | 65 |
| Binary | 10111101 | 10100110 | 1001111 | 0 | 1100 | 111010 | 11010 | 101111 | 101101 | 110101 |
Color Harmonies of #BDA64F
Complementary color
Monochromatic Colors of #BDA64F
Black with #BDA64F
Text Example
Text Example
White with #BDA64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA64F; }
p { color: rgb(189,166,79); }
H1.HeaderClassName
{
color: #BDA64F;
}
.AnyTagClassName
{
color: #BDA64F;
}
</style>
background-color css
<style>
a { background-color: #BDA64F; }
a { background-color: rgb(189,166,79); }
div.DivClassName
{
background-color: #BDA64F;
}
.BgClassName
{
background-color: #BDA64F;
}
</style>
border-color css
<style>
span { border-color: #BDA64F; }
span { border-color: rgb(189,166,79); }
td.TdClassName
{
border-color: #BDA64F;
}
.TagClassName
{
border-color: #BDA64F;
}
</style>