Shades of Sundance #CBB250
Tints of Sundance #CBB250
RGB
CMYK
RGB Variations
Color information
#CBB250 (or 0xCBB250) is known color: Sundance. HEX triplet: CB, B2 and 50. RGB value is (203,178,80). Sum of RGB (Red+Green+Blue) = 203+178+80=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB250 is #344DAF. Grayscale: #AEAEAE. Windows color (decimal): -3427760 or 5288651. OLE color: 5288651.
HSL color Cylindrical-coordinate representation of color #CBB250: hue angle of 47.8º 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 #CBB250 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 80 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.20 |
| HSL | 47.8º | 0.54% | 0.55% | - |
| HSV(B) | 47.8º | 0.61% | 0.8% | - |
| XYZ | 42 | 45.12 | 14.08 | - |
| YUV | 174.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 80 | 0 | 0.12 | 0.61 | 0.20 | 47.8 | 0.54 | 0.55 |
| Hex | CB | B2 | 50 | 0 | C | 3D | 14 | 30 | 36 | 37 |
| Octal | 313 | 262 | 120 | 0 | 14 | 75 | 24 | 60 | 66 | 67 |
| Binary | 11001011 | 10110010 | 1010000 | 0 | 1100 | 111101 | 10100 | 110000 | 110110 | 110111 |
Color Harmonies of #CBB250
Complementary color
Monochromatic Colors of #CBB250
Black with #CBB250
Text Example
Text Example
White with #CBB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB250; }
p { color: rgb(203,178,80); }
H1.HeaderClassName
{
color: #CBB250;
}
.AnyTagClassName
{
color: #CBB250;
}
</style>
background-color css
<style>
a { background-color: #CBB250; }
a { background-color: rgb(203,178,80); }
div.DivClassName
{
background-color: #CBB250;
}
.BgClassName
{
background-color: #CBB250;
}
</style>
border-color css
<style>
span { border-color: #CBB250; }
span { border-color: rgb(203,178,80); }
td.TdClassName
{
border-color: #CBB250;
}
.TagClassName
{
border-color: #CBB250;
}
</style>