Shades of Sundance #BDA24A
Tints of Sundance #BDA24A
RGB
CMYK
RGB Variations
Color information
#BDA24A (or 0xBDA24A) is known color: Sundance. HEX triplet: BD, A2 and 4A. RGB value is (189,162,74). Sum of RGB (Red+Green+Blue) = 189+162+74=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA24A is #425DB5. Grayscale: #A0A0A0. Windows color (decimal): -4349366 or 4891325. OLE color: 4891325.
HSL color Cylindrical-coordinate representation of color #BDA24A: hue angle of 45.91º 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 #BDA24A is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 74 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.26 |
| HSL | 45.91º | 0.47% | 0.52% | - |
| HSV(B) | 45.91º | 0.61% | 0.74% | - |
| XYZ | 35.14 | 37.15 | 11.8 | - |
| YUV | 160.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 74 | 0 | 0.14 | 0.61 | 0.26 | 45.91 | 0.47 | 0.52 |
| Hex | BD | A2 | 4A | 0 | E | 3D | 1A | 2E | 2F | 34 |
| Octal | 275 | 242 | 112 | 0 | 16 | 75 | 32 | 56 | 57 | 64 |
| Binary | 10111101 | 10100010 | 1001010 | 0 | 1110 | 111101 | 11010 | 101110 | 101111 | 110100 |
Color Harmonies of #BDA24A
Complementary color
Monochromatic Colors of #BDA24A
Black with #BDA24A
Text Example
Text Example
White with #BDA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA24A; }
p { color: rgb(189,162,74); }
H1.HeaderClassName
{
color: #BDA24A;
}
.AnyTagClassName
{
color: #BDA24A;
}
</style>
background-color css
<style>
a { background-color: #BDA24A; }
a { background-color: rgb(189,162,74); }
div.DivClassName
{
background-color: #BDA24A;
}
.BgClassName
{
background-color: #BDA24A;
}
</style>
border-color css
<style>
span { border-color: #BDA24A; }
span { border-color: rgb(189,162,74); }
td.TdClassName
{
border-color: #BDA24A;
}
.TagClassName
{
border-color: #BDA24A;
}
</style>