Shades of Sundance #BDB44C
Tints of Sundance #BDB44C
RGB
CMYK
RGB Variations
Color information
#BDB44C (or 0xBDB44C) is known color: Sundance. HEX triplet: BD, B4 and 4C. RGB value is (189,180,76). Sum of RGB (Red+Green+Blue) = 189+180+76=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB44C is #424BB3. Grayscale: #ABABAB. Windows color (decimal): -4344756 or 5027005. OLE color: 5027005.
HSL color Cylindrical-coordinate representation of color #BDB44C: hue angle of 55.22º 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 #BDB44C is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 76 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.26 |
| HSL | 55.22º | 0.46% | 0.52% | - |
| HSV(B) | 55.22º | 0.6% | 0.74% | - |
| XYZ | 38.61 | 43.98 | 13.29 | - |
| YUV | 170.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 76 | 0 | 0.05 | 0.60 | 0.26 | 55.22 | 0.46 | 0.52 |
| Hex | BD | B4 | 4C | 0 | 5 | 3C | 1A | 37 | 2E | 34 |
| Octal | 275 | 264 | 114 | 0 | 5 | 74 | 32 | 67 | 56 | 64 |
| Binary | 10111101 | 10110100 | 1001100 | 0 | 101 | 111100 | 11010 | 110111 | 101110 | 110100 |
Color Harmonies of #BDB44C
Complementary color
Monochromatic Colors of #BDB44C
Black with #BDB44C
Text Example
Text Example
White with #BDB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB44C; }
p { color: rgb(189,180,76); }
H1.HeaderClassName
{
color: #BDB44C;
}
.AnyTagClassName
{
color: #BDB44C;
}
</style>
background-color css
<style>
a { background-color: #BDB44C; }
a { background-color: rgb(189,180,76); }
div.DivClassName
{
background-color: #BDB44C;
}
.BgClassName
{
background-color: #BDB44C;
}
</style>
border-color css
<style>
span { border-color: #BDB44C; }
span { border-color: rgb(189,180,76); }
td.TdClassName
{
border-color: #BDB44C;
}
.TagClassName
{
border-color: #BDB44C;
}
</style>