Shades of Sundance #CCB751
Tints of Sundance #CCB751
RGB
CMYK
RGB Variations
Color information
#CCB751 (or 0xCCB751) is known color: Sundance. HEX triplet: CC, B7 and 51. RGB value is (204,183,81). Sum of RGB (Red+Green+Blue) = 204+183+81=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB751 is #3348AE. Grayscale: #B2B2B2. Windows color (decimal): -3360943 or 5355468. OLE color: 5355468.
HSL color Cylindrical-coordinate representation of color #CCB751: hue angle of 49.76º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCB751 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 81 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.2 |
| HSL | 49.76º | 0.55% | 0.56% | - |
| HSV(B) | 49.76º | 0.6% | 0.8% | - |
| XYZ | 43.32 | 47.3 | 14.63 | - |
| YUV | 177.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 81 | 0 | 0.10 | 0.60 | 0.2 | 49.76 | 0.55 | 0.56 |
| Hex | CC | B7 | 51 | 0 | A | 3C | 14 | 32 | 37 | 38 |
| Octal | 314 | 267 | 121 | 0 | 12 | 74 | 24 | 62 | 67 | 70 |
| Binary | 11001100 | 10110111 | 1010001 | 0 | 1010 | 111100 | 10100 | 110010 | 110111 | 111000 |
Color Harmonies of #CCB751
Complementary color
Monochromatic Colors of #CCB751
Black with #CCB751
Text Example
Text Example
White with #CCB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB751; }
p { color: rgb(204,183,81); }
H1.HeaderClassName
{
color: #CCB751;
}
.AnyTagClassName
{
color: #CCB751;
}
</style>
background-color css
<style>
a { background-color: #CCB751; }
a { background-color: rgb(204,183,81); }
div.DivClassName
{
background-color: #CCB751;
}
.BgClassName
{
background-color: #CCB751;
}
</style>
border-color css
<style>
span { border-color: #CCB751; }
span { border-color: rgb(204,183,81); }
td.TdClassName
{
border-color: #CCB751;
}
.TagClassName
{
border-color: #CCB751;
}
</style>