Shades of Sundance #CBB650
Tints of Sundance #CBB650
RGB
CMYK
RGB Variations
Color information
#CBB650 (or 0xCBB650) is known color: Sundance. HEX triplet: CB, B6 and 50. RGB value is (203,182,80). Sum of RGB (Red+Green+Blue) = 203+182+80=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB650 is #3449AF. Grayscale: #B1B1B1. Windows color (decimal): -3426736 or 5289675. OLE color: 5289675.
HSL color Cylindrical-coordinate representation of color #CBB650: hue angle of 49.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBB650 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 80 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.20 |
| HSL | 49.76º | 0.54% | 0.55% | - |
| HSV(B) | 49.76º | 0.61% | 0.8% | - |
| XYZ | 42.8 | 46.73 | 14.35 | - |
| YUV | 176.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 80 | 0 | 0.10 | 0.61 | 0.20 | 49.76 | 0.54 | 0.55 |
| Hex | CB | B6 | 50 | 0 | A | 3D | 14 | 32 | 36 | 37 |
| Octal | 313 | 266 | 120 | 0 | 12 | 75 | 24 | 62 | 66 | 67 |
| Binary | 11001011 | 10110110 | 1010000 | 0 | 1010 | 111101 | 10100 | 110010 | 110110 | 110111 |
Color Harmonies of #CBB650
Complementary color
Monochromatic Colors of #CBB650
Black with #CBB650
Text Example
Text Example
White with #CBB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB650; }
p { color: rgb(203,182,80); }
H1.HeaderClassName
{
color: #CBB650;
}
.AnyTagClassName
{
color: #CBB650;
}
</style>
background-color css
<style>
a { background-color: #CBB650; }
a { background-color: rgb(203,182,80); }
div.DivClassName
{
background-color: #CBB650;
}
.BgClassName
{
background-color: #CBB650;
}
</style>
border-color css
<style>
span { border-color: #CBB650; }
span { border-color: rgb(203,182,80); }
td.TdClassName
{
border-color: #CBB650;
}
.TagClassName
{
border-color: #CBB650;
}
</style>