Shades of Sundance #BDA44E
Tints of Sundance #BDA44E
RGB
CMYK
RGB Variations
Color information
#BDA44E (or 0xBDA44E) is known color: Sundance. HEX triplet: BD, A4 and 4E. RGB value is (189,164,78). Sum of RGB (Red+Green+Blue) = 189+164+78=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA44E is #425BB1. Grayscale: #A2A2A2. Windows color (decimal): -4348850 or 5153981. OLE color: 5153981.
HSL color Cylindrical-coordinate representation of color #BDA44E: hue angle of 46.49º 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 #BDA44E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 78 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.26 |
| HSL | 46.49º | 0.46% | 0.52% | - |
| HSV(B) | 46.49º | 0.59% | 0.74% | - |
| XYZ | 35.64 | 37.92 | 12.65 | - |
| YUV | 161.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 78 | 0 | 0.13 | 0.59 | 0.26 | 46.49 | 0.46 | 0.52 |
| Hex | BD | A4 | 4E | 0 | D | 3B | 1A | 2E | 2E | 34 |
| Octal | 275 | 244 | 116 | 0 | 15 | 73 | 32 | 56 | 56 | 64 |
| Binary | 10111101 | 10100100 | 1001110 | 0 | 1101 | 111011 | 11010 | 101110 | 101110 | 110100 |
Color Harmonies of #BDA44E
Complementary color
Monochromatic Colors of #BDA44E
Black with #BDA44E
Text Example
Text Example
White with #BDA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA44E; }
p { color: rgb(189,164,78); }
H1.HeaderClassName
{
color: #BDA44E;
}
.AnyTagClassName
{
color: #BDA44E;
}
</style>
background-color css
<style>
a { background-color: #BDA44E; }
a { background-color: rgb(189,164,78); }
div.DivClassName
{
background-color: #BDA44E;
}
.BgClassName
{
background-color: #BDA44E;
}
</style>
border-color css
<style>
span { border-color: #BDA44E; }
span { border-color: rgb(189,164,78); }
td.TdClassName
{
border-color: #BDA44E;
}
.TagClassName
{
border-color: #BDA44E;
}
</style>