Shades of Sundance #BDB04C
Tints of Sundance #BDB04C
RGB
CMYK
RGB Variations
Color information
#BDB04C (or 0xBDB04C) is known color: Sundance. HEX triplet: BD, B0 and 4C. RGB value is (189,176,76). Sum of RGB (Red+Green+Blue) = 189+176+76=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB04C is #424FB3. Grayscale: #A8A8A8. Windows color (decimal): -4345780 or 5025981. OLE color: 5025981.
HSL color Cylindrical-coordinate representation of color #BDB04C: hue angle of 53.1º 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 #BDB04C is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 76 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.26 |
| HSL | 53.1º | 0.46% | 0.52% | - |
| HSV(B) | 53.1º | 0.6% | 0.74% | - |
| XYZ | 37.82 | 42.39 | 13.03 | - |
| YUV | 168.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 76 | 0 | 0.07 | 0.60 | 0.26 | 53.1 | 0.46 | 0.52 |
| Hex | BD | B0 | 4C | 0 | 7 | 3C | 1A | 35 | 2E | 34 |
| Octal | 275 | 260 | 114 | 0 | 7 | 74 | 32 | 65 | 56 | 64 |
| Binary | 10111101 | 10110000 | 1001100 | 0 | 111 | 111100 | 11010 | 110101 | 101110 | 110100 |
Color Harmonies of #BDB04C
Complementary color
Monochromatic Colors of #BDB04C
Black with #BDB04C
Text Example
Text Example
White with #BDB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB04C; }
p { color: rgb(189,176,76); }
H1.HeaderClassName
{
color: #BDB04C;
}
.AnyTagClassName
{
color: #BDB04C;
}
</style>
background-color css
<style>
a { background-color: #BDB04C; }
a { background-color: rgb(189,176,76); }
div.DivClassName
{
background-color: #BDB04C;
}
.BgClassName
{
background-color: #BDB04C;
}
</style>
border-color css
<style>
span { border-color: #BDB04C; }
span { border-color: rgb(189,176,76); }
td.TdClassName
{
border-color: #BDB04C;
}
.TagClassName
{
border-color: #BDB04C;
}
</style>