Shades of Sundance #BDA84E
Tints of Sundance #BDA84E
RGB
CMYK
RGB Variations
Color information
#BDA84E (or 0xBDA84E) is known color: Sundance. HEX triplet: BD, A8 and 4E. RGB value is (189,168,78). Sum of RGB (Red+Green+Blue) = 189+168+78=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA84E is #4257B1. Grayscale: #A4A4A4. Windows color (decimal): -4347826 or 5155005. OLE color: 5155005.
HSL color Cylindrical-coordinate representation of color #BDA84E: hue angle of 48.65º 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 #BDA84E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 78 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.26 |
| HSL | 48.65º | 0.46% | 0.52% | - |
| HSV(B) | 48.65º | 0.59% | 0.74% | - |
| XYZ | 36.36 | 39.37 | 12.89 | - |
| YUV | 164.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 78 | 0 | 0.11 | 0.59 | 0.26 | 48.65 | 0.46 | 0.52 |
| Hex | BD | A8 | 4E | 0 | B | 3B | 1A | 31 | 2E | 34 |
| Octal | 275 | 250 | 116 | 0 | 13 | 73 | 32 | 61 | 56 | 64 |
| Binary | 10111101 | 10101000 | 1001110 | 0 | 1011 | 111011 | 11010 | 110001 | 101110 | 110100 |
Color Harmonies of #BDA84E
Complementary color
Monochromatic Colors of #BDA84E
Black with #BDA84E
Text Example
Text Example
White with #BDA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA84E; }
p { color: rgb(189,168,78); }
H1.HeaderClassName
{
color: #BDA84E;
}
.AnyTagClassName
{
color: #BDA84E;
}
</style>
background-color css
<style>
a { background-color: #BDA84E; }
a { background-color: rgb(189,168,78); }
div.DivClassName
{
background-color: #BDA84E;
}
.BgClassName
{
background-color: #BDA84E;
}
</style>
border-color css
<style>
span { border-color: #BDA84E; }
span { border-color: rgb(189,168,78); }
td.TdClassName
{
border-color: #BDA84E;
}
.TagClassName
{
border-color: #BDA84E;
}
</style>