Shades of Sundance #CBB950
Tints of Sundance #CBB950
RGB
CMYK
RGB Variations
Color information
#CBB950 (or 0xCBB950) is known color: Sundance. HEX triplet: CB, B9 and 50. RGB value is (203,185,80). Sum of RGB (Red+Green+Blue) = 203+185+80=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB950 is #3446AF. Grayscale: #B2B2B2. Windows color (decimal): -3425968 or 5290443. OLE color: 5290443.
HSL color Cylindrical-coordinate representation of color #CBB950: hue angle of 51.22º 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 #CBB950 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 80 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.20 |
| HSL | 51.22º | 0.54% | 0.55% | - |
| HSV(B) | 51.22º | 0.61% | 0.8% | - |
| XYZ | 43.43 | 47.97 | 14.56 | - |
| YUV | 178.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 80 | 0 | 0.09 | 0.61 | 0.20 | 51.22 | 0.54 | 0.55 |
| Hex | CB | B9 | 50 | 0 | 9 | 3D | 14 | 33 | 36 | 37 |
| Octal | 313 | 271 | 120 | 0 | 11 | 75 | 24 | 63 | 66 | 67 |
| Binary | 11001011 | 10111001 | 1010000 | 0 | 1001 | 111101 | 10100 | 110011 | 110110 | 110111 |
Color Harmonies of #CBB950
Complementary color
Monochromatic Colors of #CBB950
Black with #CBB950
Text Example
Text Example
White with #CBB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB950; }
p { color: rgb(203,185,80); }
H1.HeaderClassName
{
color: #CBB950;
}
.AnyTagClassName
{
color: #CBB950;
}
</style>
background-color css
<style>
a { background-color: #CBB950; }
a { background-color: rgb(203,185,80); }
div.DivClassName
{
background-color: #CBB950;
}
.BgClassName
{
background-color: #CBB950;
}
</style>
border-color css
<style>
span { border-color: #CBB950; }
span { border-color: rgb(203,185,80); }
td.TdClassName
{
border-color: #CBB950;
}
.TagClassName
{
border-color: #CBB950;
}
</style>