Shades of Sundance #CCB348
Tints of Sundance #CCB348
RGB
CMYK
RGB Variations
Color information
#CCB348 (or 0xCCB348) is known color: Sundance. HEX triplet: CC, B3 and 48. RGB value is (204,179,72). Sum of RGB (Red+Green+Blue) = 204+179+72=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB348 is #334CB7. Grayscale: #AEAEAE. Windows color (decimal): -3361976 or 4764620. OLE color: 4764620.
HSL color Cylindrical-coordinate representation of color #CCB348: hue angle of 48.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCB348 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 72 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.2 |
| HSL | 48.64º | 0.56% | 0.54% | - |
| HSV(B) | 48.64º | 0.65% | 0.8% | - |
| XYZ | 42.19 | 45.55 | 12.7 | - |
| YUV | 174.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 72 | 0 | 0.12 | 0.65 | 0.2 | 48.64 | 0.56 | 0.54 |
| Hex | CC | B3 | 48 | 0 | C | 41 | 14 | 31 | 38 | 36 |
| Octal | 314 | 263 | 110 | 0 | 14 | 101 | 24 | 61 | 70 | 66 |
| Binary | 11001100 | 10110011 | 1001000 | 0 | 1100 | 1000001 | 10100 | 110001 | 111000 | 110110 |
Color Harmonies of #CCB348
Complementary color
Monochromatic Colors of #CCB348
Black with #CCB348
Text Example
Text Example
White with #CCB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB348; }
p { color: rgb(204,179,72); }
H1.HeaderClassName
{
color: #CCB348;
}
.AnyTagClassName
{
color: #CCB348;
}
</style>
background-color css
<style>
a { background-color: #CCB348; }
a { background-color: rgb(204,179,72); }
div.DivClassName
{
background-color: #CCB348;
}
.BgClassName
{
background-color: #CCB348;
}
</style>
border-color css
<style>
span { border-color: #CCB348; }
span { border-color: rgb(204,179,72); }
td.TdClassName
{
border-color: #CCB348;
}
.TagClassName
{
border-color: #CCB348;
}
</style>