Shades of Sundance #CCB750
Tints of Sundance #CCB750
RGB
CMYK
RGB Variations
Color information
#CCB750 (or 0xCCB750) is known color: Sundance. HEX triplet: CC, B7 and 50. RGB value is (204,183,80). Sum of RGB (Red+Green+Blue) = 204+183+80=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB750 is #3348AF. Grayscale: #B1B1B1. Windows color (decimal): -3360944 or 5289932. OLE color: 5289932.
HSL color Cylindrical-coordinate representation of color #CCB750: hue angle of 49.84º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCB750 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 80 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.2 |
| HSL | 49.84º | 0.55% | 0.56% | - |
| HSV(B) | 49.84º | 0.61% | 0.8% | - |
| XYZ | 43.28 | 47.28 | 14.43 | - |
| YUV | 177.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 80 | 0 | 0.10 | 0.61 | 0.2 | 49.84 | 0.55 | 0.56 |
| Hex | CC | B7 | 50 | 0 | A | 3D | 14 | 32 | 37 | 38 |
| Octal | 314 | 267 | 120 | 0 | 12 | 75 | 24 | 62 | 67 | 70 |
| Binary | 11001100 | 10110111 | 1010000 | 0 | 1010 | 111101 | 10100 | 110010 | 110111 | 111000 |
Color Harmonies of #CCB750
Complementary color
Monochromatic Colors of #CCB750
Black with #CCB750
Text Example
Text Example
White with #CCB750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB750; }
p { color: rgb(204,183,80); }
H1.HeaderClassName
{
color: #CCB750;
}
.AnyTagClassName
{
color: #CCB750;
}
</style>
background-color css
<style>
a { background-color: #CCB750; }
a { background-color: rgb(204,183,80); }
div.DivClassName
{
background-color: #CCB750;
}
.BgClassName
{
background-color: #CCB750;
}
</style>
border-color css
<style>
span { border-color: #CCB750; }
span { border-color: rgb(204,183,80); }
td.TdClassName
{
border-color: #CCB750;
}
.TagClassName
{
border-color: #CCB750;
}
</style>