Shades of Sundance #BDA44B
Tints of Sundance #BDA44B
RGB
CMYK
RGB Variations
Color information
#BDA44B (or 0xBDA44B) is known color: Sundance. HEX triplet: BD, A4 and 4B. RGB value is (189,164,75). Sum of RGB (Red+Green+Blue) = 189+164+75=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA44B is #425BB4. Grayscale: #A1A1A1. Windows color (decimal): -4348853 or 4957373. OLE color: 4957373.
HSL color Cylindrical-coordinate representation of color #BDA44B: hue angle of 46.84º 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 #BDA44B is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 75 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.26 |
| HSL | 46.84º | 0.46% | 0.52% | - |
| HSV(B) | 46.84º | 0.6% | 0.74% | - |
| XYZ | 35.53 | 37.88 | 12.1 | - |
| YUV | 161.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 75 | 0 | 0.13 | 0.60 | 0.26 | 46.84 | 0.46 | 0.52 |
| Hex | BD | A4 | 4B | 0 | D | 3C | 1A | 2F | 2E | 34 |
| Octal | 275 | 244 | 113 | 0 | 15 | 74 | 32 | 57 | 56 | 64 |
| Binary | 10111101 | 10100100 | 1001011 | 0 | 1101 | 111100 | 11010 | 101111 | 101110 | 110100 |
Color Harmonies of #BDA44B
Complementary color
Monochromatic Colors of #BDA44B
Black with #BDA44B
Text Example
Text Example
White with #BDA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA44B; }
p { color: rgb(189,164,75); }
H1.HeaderClassName
{
color: #BDA44B;
}
.AnyTagClassName
{
color: #BDA44B;
}
</style>
background-color css
<style>
a { background-color: #BDA44B; }
a { background-color: rgb(189,164,75); }
div.DivClassName
{
background-color: #BDA44B;
}
.BgClassName
{
background-color: #BDA44B;
}
</style>
border-color css
<style>
span { border-color: #BDA44B; }
span { border-color: rgb(189,164,75); }
td.TdClassName
{
border-color: #BDA44B;
}
.TagClassName
{
border-color: #BDA44B;
}
</style>