Shades of Sundance #BDB04D
Tints of Sundance #BDB04D
RGB
CMYK
RGB Variations
Color information
#BDB04D (or 0xBDB04D) is known color: Sundance. HEX triplet: BD, B0 and 4D. RGB value is (189,176,77). Sum of RGB (Red+Green+Blue) = 189+176+77=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB04D is #424FB2. Grayscale: #A9A9A9. Windows color (decimal): -4345779 or 5091517. OLE color: 5091517.
HSL color Cylindrical-coordinate representation of color #BDB04D: hue angle of 53.04º 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 #BDB04D is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 77 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.26 |
| HSL | 53.04º | 0.46% | 0.52% | - |
| HSV(B) | 53.04º | 0.59% | 0.74% | - |
| XYZ | 37.85 | 42.41 | 13.21 | - |
| YUV | 168.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 77 | 0 | 0.07 | 0.59 | 0.26 | 53.04 | 0.46 | 0.52 |
| Hex | BD | B0 | 4D | 0 | 7 | 3B | 1A | 35 | 2E | 34 |
| Octal | 275 | 260 | 115 | 0 | 7 | 73 | 32 | 65 | 56 | 64 |
| Binary | 10111101 | 10110000 | 1001101 | 0 | 111 | 111011 | 11010 | 110101 | 101110 | 110100 |
Color Harmonies of #BDB04D
Complementary color
Monochromatic Colors of #BDB04D
Black with #BDB04D
Text Example
Text Example
White with #BDB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB04D; }
p { color: rgb(189,176,77); }
H1.HeaderClassName
{
color: #BDB04D;
}
.AnyTagClassName
{
color: #BDB04D;
}
</style>
background-color css
<style>
a { background-color: #BDB04D; }
a { background-color: rgb(189,176,77); }
div.DivClassName
{
background-color: #BDB04D;
}
.BgClassName
{
background-color: #BDB04D;
}
</style>
border-color css
<style>
span { border-color: #BDB04D; }
span { border-color: rgb(189,176,77); }
td.TdClassName
{
border-color: #BDB04D;
}
.TagClassName
{
border-color: #BDB04D;
}
</style>