Shades of Sundance #BDA64D
Tints of Sundance #BDA64D
RGB
CMYK
RGB Variations
Color information
#BDA64D (or 0xBDA64D) is known color: Sundance. HEX triplet: BD, A6 and 4D. RGB value is (189,166,77). Sum of RGB (Red+Green+Blue) = 189+166+77=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA64D is #4259B2. Grayscale: #A3A3A3. Windows color (decimal): -4348339 or 5088957. OLE color: 5088957.
HSL color Cylindrical-coordinate representation of color #BDA64D: hue angle of 47.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDA64D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 77 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.26 |
| HSL | 47.68º | 0.46% | 0.52% | - |
| HSV(B) | 47.68º | 0.59% | 0.74% | - |
| XYZ | 35.96 | 38.63 | 12.58 | - |
| YUV | 162.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 77 | 0 | 0.12 | 0.59 | 0.26 | 47.68 | 0.46 | 0.52 |
| Hex | BD | A6 | 4D | 0 | C | 3B | 1A | 30 | 2E | 34 |
| Octal | 275 | 246 | 115 | 0 | 14 | 73 | 32 | 60 | 56 | 64 |
| Binary | 10111101 | 10100110 | 1001101 | 0 | 1100 | 111011 | 11010 | 110000 | 101110 | 110100 |
Color Harmonies of #BDA64D
Complementary color
Monochromatic Colors of #BDA64D
Black with #BDA64D
Text Example
Text Example
White with #BDA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA64D; }
p { color: rgb(189,166,77); }
H1.HeaderClassName
{
color: #BDA64D;
}
.AnyTagClassName
{
color: #BDA64D;
}
</style>
background-color css
<style>
a { background-color: #BDA64D; }
a { background-color: rgb(189,166,77); }
div.DivClassName
{
background-color: #BDA64D;
}
.BgClassName
{
background-color: #BDA64D;
}
</style>
border-color css
<style>
span { border-color: #BDA64D; }
span { border-color: rgb(189,166,77); }
td.TdClassName
{
border-color: #BDA64D;
}
.TagClassName
{
border-color: #BDA64D;
}
</style>