Shades of Sundance #BDB44D
Tints of Sundance #BDB44D
RGB
CMYK
RGB Variations
Color information
#BDB44D (or 0xBDB44D) is known color: Sundance. HEX triplet: BD, B4 and 4D. RGB value is (189,180,77). Sum of RGB (Red+Green+Blue) = 189+180+77=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB44D is #424BB2. Grayscale: #ABABAB. Windows color (decimal): -4344755 or 5092541. OLE color: 5092541.
HSL color Cylindrical-coordinate representation of color #BDB44D: hue angle of 55.18º 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 #BDB44D is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 77 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.26 |
| HSL | 55.18º | 0.46% | 0.52% | - |
| HSV(B) | 55.18º | 0.59% | 0.74% | - |
| XYZ | 38.65 | 44 | 13.48 | - |
| YUV | 170.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 77 | 0 | 0.05 | 0.59 | 0.26 | 55.18 | 0.46 | 0.52 |
| Hex | BD | B4 | 4D | 0 | 5 | 3B | 1A | 37 | 2E | 34 |
| Octal | 275 | 264 | 115 | 0 | 5 | 73 | 32 | 67 | 56 | 64 |
| Binary | 10111101 | 10110100 | 1001101 | 0 | 101 | 111011 | 11010 | 110111 | 101110 | 110100 |
Color Harmonies of #BDB44D
Complementary color
Monochromatic Colors of #BDB44D
Black with #BDB44D
Text Example
Text Example
White with #BDB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB44D; }
p { color: rgb(189,180,77); }
H1.HeaderClassName
{
color: #BDB44D;
}
.AnyTagClassName
{
color: #BDB44D;
}
</style>
background-color css
<style>
a { background-color: #BDB44D; }
a { background-color: rgb(189,180,77); }
div.DivClassName
{
background-color: #BDB44D;
}
.BgClassName
{
background-color: #BDB44D;
}
</style>
border-color css
<style>
span { border-color: #BDB44D; }
span { border-color: rgb(189,180,77); }
td.TdClassName
{
border-color: #BDB44D;
}
.TagClassName
{
border-color: #BDB44D;
}
</style>