Shades of Sundance #BDA953
Tints of Sundance #BDA953
RGB
CMYK
RGB Variations
Color information
#BDA953 (or 0xBDA953) is known color: Sundance. HEX triplet: BD, A9 and 53. RGB value is (189,169,83). Sum of RGB (Red+Green+Blue) = 189+169+83=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA953 is #4256AC. Grayscale: #A5A5A5. Windows color (decimal): -4347565 or 5482941. OLE color: 5482941.
HSL color Cylindrical-coordinate representation of color #BDA953: hue angle of 48.68º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDA953 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 83 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.26 |
| HSL | 48.68º | 0.45% | 0.53% | - |
| HSV(B) | 48.68º | 0.56% | 0.74% | - |
| XYZ | 36.74 | 39.82 | 13.93 | - |
| YUV | 165.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 83 | 0 | 0.11 | 0.56 | 0.26 | 48.68 | 0.45 | 0.53 |
| Hex | BD | A9 | 53 | 0 | B | 38 | 1A | 31 | 2D | 35 |
| Octal | 275 | 251 | 123 | 0 | 13 | 70 | 32 | 61 | 55 | 65 |
| Binary | 10111101 | 10101001 | 1010011 | 0 | 1011 | 111000 | 11010 | 110001 | 101101 | 110101 |
Color Harmonies of #BDA953
Complementary color
Monochromatic Colors of #BDA953
Black with #BDA953
Text Example
Text Example
White with #BDA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA953; }
p { color: rgb(189,169,83); }
H1.HeaderClassName
{
color: #BDA953;
}
.AnyTagClassName
{
color: #BDA953;
}
</style>
background-color css
<style>
a { background-color: #BDA953; }
a { background-color: rgb(189,169,83); }
div.DivClassName
{
background-color: #BDA953;
}
.BgClassName
{
background-color: #BDA953;
}
</style>
border-color css
<style>
span { border-color: #BDA953; }
span { border-color: rgb(189,169,83); }
td.TdClassName
{
border-color: #BDA953;
}
.TagClassName
{
border-color: #BDA953;
}
</style>