Shades of Sundance #C6BB4B
Tints of Sundance #C6BB4B
RGB
CMYK
RGB Variations
Color information
#C6BB4B (or 0xC6BB4B) is known color: Sundance. HEX triplet: C6, BB and 4B. RGB value is (198,187,75). Sum of RGB (Red+Green+Blue) = 198+187+75=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB4B is #3944B4. Grayscale: #B1B1B1. Windows color (decimal): -3753141 or 4963270. OLE color: 4963270.
HSL color Cylindrical-coordinate representation of color #C6BB4B: hue angle of 54.63º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6BB4B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 75 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.22 |
| HSL | 54.63º | 0.52% | 0.54% | - |
| HSV(B) | 54.63º | 0.62% | 0.78% | - |
| XYZ | 42.33 | 48.05 | 13.7 | - |
| YUV | 177.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 75 | 0 | 0.06 | 0.62 | 0.22 | 54.63 | 0.52 | 0.54 |
| Hex | C6 | BB | 4B | 0 | 6 | 3E | 16 | 37 | 34 | 36 |
| Octal | 306 | 273 | 113 | 0 | 6 | 76 | 26 | 67 | 64 | 66 |
| Binary | 11000110 | 10111011 | 1001011 | 0 | 110 | 111110 | 10110 | 110111 | 110100 | 110110 |
Color Harmonies of #C6BB4B
Complementary color
Monochromatic Colors of #C6BB4B
Black with #C6BB4B
Text Example
Text Example
White with #C6BB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB4B; }
p { color: rgb(198,187,75); }
H1.HeaderClassName
{
color: #C6BB4B;
}
.AnyTagClassName
{
color: #C6BB4B;
}
</style>
background-color css
<style>
a { background-color: #C6BB4B; }
a { background-color: rgb(198,187,75); }
div.DivClassName
{
background-color: #C6BB4B;
}
.BgClassName
{
background-color: #C6BB4B;
}
</style>
border-color css
<style>
span { border-color: #C6BB4B; }
span { border-color: rgb(198,187,75); }
td.TdClassName
{
border-color: #C6BB4B;
}
.TagClassName
{
border-color: #C6BB4B;
}
</style>