Shades of Sundance #CCB349
Tints of Sundance #CCB349
RGB
CMYK
RGB Variations
Color information
#CCB349 (or 0xCCB349) is known color: Sundance. HEX triplet: CC, B3 and 49. RGB value is (204,179,73). Sum of RGB (Red+Green+Blue) = 204+179+73=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB349 is #334CB6. Grayscale: #AEAEAE. Windows color (decimal): -3361975 or 4830156. OLE color: 4830156.
HSL color Cylindrical-coordinate representation of color #CCB349: hue angle of 48.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCB349 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 73 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.2 |
| HSL | 48.55º | 0.56% | 0.54% | - |
| HSV(B) | 48.55º | 0.64% | 0.8% | - |
| XYZ | 42.22 | 45.56 | 12.87 | - |
| YUV | 174.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 73 | 0 | 0.12 | 0.64 | 0.2 | 48.55 | 0.56 | 0.54 |
| Hex | CC | B3 | 49 | 0 | C | 40 | 14 | 31 | 38 | 36 |
| Octal | 314 | 263 | 111 | 0 | 14 | 100 | 24 | 61 | 70 | 66 |
| Binary | 11001100 | 10110011 | 1001001 | 0 | 1100 | 1000000 | 10100 | 110001 | 111000 | 110110 |
Color Harmonies of #CCB349
Complementary color
Monochromatic Colors of #CCB349
Black with #CCB349
Text Example
Text Example
White with #CCB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB349; }
p { color: rgb(204,179,73); }
H1.HeaderClassName
{
color: #CCB349;
}
.AnyTagClassName
{
color: #CCB349;
}
</style>
background-color css
<style>
a { background-color: #CCB349; }
a { background-color: rgb(204,179,73); }
div.DivClassName
{
background-color: #CCB349;
}
.BgClassName
{
background-color: #CCB349;
}
</style>
border-color css
<style>
span { border-color: #CCB349; }
span { border-color: rgb(204,179,73); }
td.TdClassName
{
border-color: #CCB349;
}
.TagClassName
{
border-color: #CCB349;
}
</style>