Shades of Sundance #CCB850
Tints of Sundance #CCB850
RGB
CMYK
RGB Variations
Color information
#CCB850 (or 0xCCB850) is known color: Sundance. HEX triplet: CC, B8 and 50. RGB value is (204,184,80). Sum of RGB (Red+Green+Blue) = 204+184+80=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB850 is #3347AF. Grayscale: #B2B2B2. Windows color (decimal): -3360688 or 5290188. OLE color: 5290188.
HSL color Cylindrical-coordinate representation of color #CCB850: hue angle of 50.32º 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 #CCB850 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 80 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.2 |
| HSL | 50.32º | 0.55% | 0.56% | - |
| HSV(B) | 50.32º | 0.61% | 0.8% | - |
| XYZ | 43.49 | 47.7 | 14.5 | - |
| YUV | 178.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 80 | 0 | 0.10 | 0.61 | 0.2 | 50.32 | 0.55 | 0.56 |
| Hex | CC | B8 | 50 | 0 | A | 3D | 14 | 32 | 37 | 38 |
| Octal | 314 | 270 | 120 | 0 | 12 | 75 | 24 | 62 | 67 | 70 |
| Binary | 11001100 | 10111000 | 1010000 | 0 | 1010 | 111101 | 10100 | 110010 | 110111 | 111000 |
Color Harmonies of #CCB850
Complementary color
Monochromatic Colors of #CCB850
Black with #CCB850
Text Example
Text Example
White with #CCB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB850; }
p { color: rgb(204,184,80); }
H1.HeaderClassName
{
color: #CCB850;
}
.AnyTagClassName
{
color: #CCB850;
}
</style>
background-color css
<style>
a { background-color: #CCB850; }
a { background-color: rgb(204,184,80); }
div.DivClassName
{
background-color: #CCB850;
}
.BgClassName
{
background-color: #CCB850;
}
</style>
border-color css
<style>
span { border-color: #CCB850; }
span { border-color: rgb(204,184,80); }
td.TdClassName
{
border-color: #CCB850;
}
.TagClassName
{
border-color: #CCB850;
}
</style>