Shades of Sundance #BDA24E
Tints of Sundance #BDA24E
RGB
CMYK
RGB Variations
Color information
#BDA24E (or 0xBDA24E) is known color: Sundance. HEX triplet: BD, A2 and 4E. RGB value is (189,162,78). Sum of RGB (Red+Green+Blue) = 189+162+78=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA24E is #425DB1. Grayscale: #A0A0A0. Windows color (decimal): -4349362 or 5153469. OLE color: 5153469.
HSL color Cylindrical-coordinate representation of color #BDA24E: hue angle of 45.41º 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 #BDA24E is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 78 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.26 |
| HSL | 45.41º | 0.46% | 0.52% | - |
| HSV(B) | 45.41º | 0.59% | 0.74% | - |
| XYZ | 35.28 | 37.21 | 12.53 | - |
| YUV | 160.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 78 | 0 | 0.14 | 0.59 | 0.26 | 45.41 | 0.46 | 0.52 |
| Hex | BD | A2 | 4E | 0 | E | 3B | 1A | 2D | 2E | 34 |
| Octal | 275 | 242 | 116 | 0 | 16 | 73 | 32 | 55 | 56 | 64 |
| Binary | 10111101 | 10100010 | 1001110 | 0 | 1110 | 111011 | 11010 | 101101 | 101110 | 110100 |
Color Harmonies of #BDA24E
Complementary color
Monochromatic Colors of #BDA24E
Black with #BDA24E
Text Example
Text Example
White with #BDA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA24E; }
p { color: rgb(189,162,78); }
H1.HeaderClassName
{
color: #BDA24E;
}
.AnyTagClassName
{
color: #BDA24E;
}
</style>
background-color css
<style>
a { background-color: #BDA24E; }
a { background-color: rgb(189,162,78); }
div.DivClassName
{
background-color: #BDA24E;
}
.BgClassName
{
background-color: #BDA24E;
}
</style>
border-color css
<style>
span { border-color: #BDA24E; }
span { border-color: rgb(189,162,78); }
td.TdClassName
{
border-color: #BDA24E;
}
.TagClassName
{
border-color: #BDA24E;
}
</style>