Shades of Sundance #BDA84A
Tints of Sundance #BDA84A
RGB
CMYK
RGB Variations
Color information
#BDA84A (or 0xBDA84A) is known color: Sundance. HEX triplet: BD, A8 and 4A. RGB value is (189,168,74). Sum of RGB (Red+Green+Blue) = 189+168+74=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA84A is #4257B5. Grayscale: #A3A3A3. Windows color (decimal): -4347830 or 4892861. OLE color: 4892861.
HSL color Cylindrical-coordinate representation of color #BDA84A: hue angle of 49.04º 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 #BDA84A is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 74 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.26 |
| HSL | 49.04º | 0.47% | 0.52% | - |
| HSV(B) | 49.04º | 0.61% | 0.74% | - |
| XYZ | 36.22 | 39.32 | 12.16 | - |
| YUV | 163.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 74 | 0 | 0.11 | 0.61 | 0.26 | 49.04 | 0.47 | 0.52 |
| Hex | BD | A8 | 4A | 0 | B | 3D | 1A | 31 | 2F | 34 |
| Octal | 275 | 250 | 112 | 0 | 13 | 75 | 32 | 61 | 57 | 64 |
| Binary | 10111101 | 10101000 | 1001010 | 0 | 1011 | 111101 | 11010 | 110001 | 101111 | 110100 |
Color Harmonies of #BDA84A
Complementary color
Monochromatic Colors of #BDA84A
Black with #BDA84A
Text Example
Text Example
White with #BDA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA84A; }
p { color: rgb(189,168,74); }
H1.HeaderClassName
{
color: #BDA84A;
}
.AnyTagClassName
{
color: #BDA84A;
}
</style>
background-color css
<style>
a { background-color: #BDA84A; }
a { background-color: rgb(189,168,74); }
div.DivClassName
{
background-color: #BDA84A;
}
.BgClassName
{
background-color: #BDA84A;
}
</style>
border-color css
<style>
span { border-color: #BDA84A; }
span { border-color: rgb(189,168,74); }
td.TdClassName
{
border-color: #BDA84A;
}
.TagClassName
{
border-color: #BDA84A;
}
</style>