Shades of Sundance #CCB64D
Tints of Sundance #CCB64D
RGB
CMYK
RGB Variations
Color information
#CCB64D (or 0xCCB64D) is known color: Sundance. HEX triplet: CC, B6 and 4D. RGB value is (204,182,77). Sum of RGB (Red+Green+Blue) = 204+182+77=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB64D is #3349B2. Grayscale: #B1B1B1. Windows color (decimal): -3361203 or 5093068. OLE color: 5093068.
HSL color Cylindrical-coordinate representation of color #CCB64D: hue angle of 49.61º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCB64D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 77 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.2 |
| HSL | 49.61º | 0.55% | 0.55% | - |
| HSV(B) | 49.61º | 0.62% | 0.8% | - |
| XYZ | 42.97 | 46.83 | 13.8 | - |
| YUV | 176.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 77 | 0 | 0.11 | 0.62 | 0.2 | 49.61 | 0.55 | 0.55 |
| Hex | CC | B6 | 4D | 0 | B | 3E | 14 | 32 | 37 | 37 |
| Octal | 314 | 266 | 115 | 0 | 13 | 76 | 24 | 62 | 67 | 67 |
| Binary | 11001100 | 10110110 | 1001101 | 0 | 1011 | 111110 | 10100 | 110010 | 110111 | 110111 |
Color Harmonies of #CCB64D
Complementary color
Monochromatic Colors of #CCB64D
Black with #CCB64D
Text Example
Text Example
White with #CCB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB64D; }
p { color: rgb(204,182,77); }
H1.HeaderClassName
{
color: #CCB64D;
}
.AnyTagClassName
{
color: #CCB64D;
}
</style>
background-color css
<style>
a { background-color: #CCB64D; }
a { background-color: rgb(204,182,77); }
div.DivClassName
{
background-color: #CCB64D;
}
.BgClassName
{
background-color: #CCB64D;
}
</style>
border-color css
<style>
span { border-color: #CCB64D; }
span { border-color: rgb(204,182,77); }
td.TdClassName
{
border-color: #CCB64D;
}
.TagClassName
{
border-color: #CCB64D;
}
</style>