Shades of Sundance #BDA04B
Tints of Sundance #BDA04B
RGB
CMYK
RGB Variations
Color information
#BDA04B (or 0xBDA04B) is known color: Sundance. HEX triplet: BD, A0 and 4B. RGB value is (189,160,75). Sum of RGB (Red+Green+Blue) = 189+160+75=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA04B is #425FB4. Grayscale: #9F9F9F. Windows color (decimal): -4349877 or 4956349. OLE color: 4956349.
HSL color Cylindrical-coordinate representation of color #BDA04B: hue angle of 44.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDA04B is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 75 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.26 |
| HSL | 44.74º | 0.46% | 0.52% | - |
| HSV(B) | 44.74º | 0.6% | 0.74% | - |
| XYZ | 34.83 | 36.47 | 11.86 | - |
| YUV | 158.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 75 | 0 | 0.15 | 0.60 | 0.26 | 44.74 | 0.46 | 0.52 |
| Hex | BD | A0 | 4B | 0 | F | 3C | 1A | 2D | 2E | 34 |
| Octal | 275 | 240 | 113 | 0 | 17 | 74 | 32 | 55 | 56 | 64 |
| Binary | 10111101 | 10100000 | 1001011 | 0 | 1111 | 111100 | 11010 | 101101 | 101110 | 110100 |
Color Harmonies of #BDA04B
Complementary color
Monochromatic Colors of #BDA04B
Black with #BDA04B
Text Example
Text Example
White with #BDA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA04B; }
p { color: rgb(189,160,75); }
H1.HeaderClassName
{
color: #BDA04B;
}
.AnyTagClassName
{
color: #BDA04B;
}
</style>
background-color css
<style>
a { background-color: #BDA04B; }
a { background-color: rgb(189,160,75); }
div.DivClassName
{
background-color: #BDA04B;
}
.BgClassName
{
background-color: #BDA04B;
}
</style>
border-color css
<style>
span { border-color: #BDA04B; }
span { border-color: rgb(189,160,75); }
td.TdClassName
{
border-color: #BDA04B;
}
.TagClassName
{
border-color: #BDA04B;
}
</style>