Shades of Sundance #BDB14D
Tints of Sundance #BDB14D
RGB
CMYK
RGB Variations
Color information
#BDB14D (or 0xBDB14D) is known color: Sundance. HEX triplet: BD, B1 and 4D. RGB value is (189,177,77). Sum of RGB (Red+Green+Blue) = 189+177+77=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB14D is #424EB2. Grayscale: #A9A9A9. Windows color (decimal): -4345523 or 5091773. OLE color: 5091773.
HSL color Cylindrical-coordinate representation of color #BDB14D: hue angle of 53.57º 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 #BDB14D is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 77 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.26 |
| HSL | 53.57º | 0.46% | 0.52% | - |
| HSV(B) | 53.57º | 0.59% | 0.74% | - |
| XYZ | 38.05 | 42.8 | 13.28 | - |
| YUV | 169.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 77 | 0 | 0.06 | 0.59 | 0.26 | 53.57 | 0.46 | 0.52 |
| Hex | BD | B1 | 4D | 0 | 6 | 3B | 1A | 36 | 2E | 34 |
| Octal | 275 | 261 | 115 | 0 | 6 | 73 | 32 | 66 | 56 | 64 |
| Binary | 10111101 | 10110001 | 1001101 | 0 | 110 | 111011 | 11010 | 110110 | 101110 | 110100 |
Color Harmonies of #BDB14D
Complementary color
Monochromatic Colors of #BDB14D
Black with #BDB14D
Text Example
Text Example
White with #BDB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB14D; }
p { color: rgb(189,177,77); }
H1.HeaderClassName
{
color: #BDB14D;
}
.AnyTagClassName
{
color: #BDB14D;
}
</style>
background-color css
<style>
a { background-color: #BDB14D; }
a { background-color: rgb(189,177,77); }
div.DivClassName
{
background-color: #BDB14D;
}
.BgClassName
{
background-color: #BDB14D;
}
</style>
border-color css
<style>
span { border-color: #BDB14D; }
span { border-color: rgb(189,177,77); }
td.TdClassName
{
border-color: #BDB14D;
}
.TagClassName
{
border-color: #BDB14D;
}
</style>