Shades of Sundance #CCB150
Tints of Sundance #CCB150
RGB
CMYK
RGB Variations
Color information
#CCB150 (or 0xCCB150) is known color: Sundance. HEX triplet: CC, B1 and 50. RGB value is (204,177,80). Sum of RGB (Red+Green+Blue) = 204+177+80=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB150 is #334EAF. Grayscale: #AEAEAE. Windows color (decimal): -3362480 or 5288396. OLE color: 5288396.
HSL color Cylindrical-coordinate representation of color #CCB150: hue angle of 46.94º 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 #CCB150 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 80 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.2 |
| HSL | 46.94º | 0.55% | 0.56% | - |
| HSV(B) | 46.94º | 0.61% | 0.8% | - |
| XYZ | 42.07 | 44.86 | 14.03 | - |
| YUV | 174.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 80 | 0 | 0.13 | 0.61 | 0.2 | 46.94 | 0.55 | 0.56 |
| Hex | CC | B1 | 50 | 0 | D | 3D | 14 | 2F | 37 | 38 |
| Octal | 314 | 261 | 120 | 0 | 15 | 75 | 24 | 57 | 67 | 70 |
| Binary | 11001100 | 10110001 | 1010000 | 0 | 1101 | 111101 | 10100 | 101111 | 110111 | 111000 |
Color Harmonies of #CCB150
Complementary color
Monochromatic Colors of #CCB150
Black with #CCB150
Text Example
Text Example
White with #CCB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB150; }
p { color: rgb(204,177,80); }
H1.HeaderClassName
{
color: #CCB150;
}
.AnyTagClassName
{
color: #CCB150;
}
</style>
background-color css
<style>
a { background-color: #CCB150; }
a { background-color: rgb(204,177,80); }
div.DivClassName
{
background-color: #CCB150;
}
.BgClassName
{
background-color: #CCB150;
}
</style>
border-color css
<style>
span { border-color: #CCB150; }
span { border-color: rgb(204,177,80); }
td.TdClassName
{
border-color: #CCB150;
}
.TagClassName
{
border-color: #CCB150;
}
</style>