Shades of Sundance #BDA64A
Tints of Sundance #BDA64A
RGB
CMYK
RGB Variations
Color information
#BDA64A (or 0xBDA64A) is known color: Sundance. HEX triplet: BD, A6 and 4A. RGB value is (189,166,74). Sum of RGB (Red+Green+Blue) = 189+166+74=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA64A is #4259B5. Grayscale: #A2A2A2. Windows color (decimal): -4348342 or 4892349. OLE color: 4892349.
HSL color Cylindrical-coordinate representation of color #BDA64A: hue angle of 48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDA64A is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 74 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.26 |
| HSL | 48º | 0.47% | 0.52% | - |
| HSV(B) | 48º | 0.61% | 0.74% | - |
| XYZ | 35.86 | 38.59 | 12.04 | - |
| YUV | 162.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 74 | 0 | 0.12 | 0.61 | 0.26 | 48 | 0.47 | 0.52 |
| Hex | BD | A6 | 4A | 0 | C | 3D | 1A | 30 | 2F | 34 |
| Octal | 275 | 246 | 112 | 0 | 14 | 75 | 32 | 60 | 57 | 64 |
| Binary | 10111101 | 10100110 | 1001010 | 0 | 1100 | 111101 | 11010 | 110000 | 101111 | 110100 |
Color Harmonies of #BDA64A
Complementary color
Monochromatic Colors of #BDA64A
Black with #BDA64A
Text Example
Text Example
White with #BDA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA64A; }
p { color: rgb(189,166,74); }
H1.HeaderClassName
{
color: #BDA64A;
}
.AnyTagClassName
{
color: #BDA64A;
}
</style>
background-color css
<style>
a { background-color: #BDA64A; }
a { background-color: rgb(189,166,74); }
div.DivClassName
{
background-color: #BDA64A;
}
.BgClassName
{
background-color: #BDA64A;
}
</style>
border-color css
<style>
span { border-color: #BDA64A; }
span { border-color: rgb(189,166,74); }
td.TdClassName
{
border-color: #BDA64A;
}
.TagClassName
{
border-color: #BDA64A;
}
</style>