Shades of Sundance #CCB14D
Tints of Sundance #CCB14D
RGB
CMYK
RGB Variations
Color information
#CCB14D (or 0xCCB14D) is known color: Sundance. HEX triplet: CC, B1 and 4D. RGB value is (204,177,77). Sum of RGB (Red+Green+Blue) = 204+177+77=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB14D is #334EB2. Grayscale: #AEAEAE. Windows color (decimal): -3362483 or 5091788. OLE color: 5091788.
HSL color Cylindrical-coordinate representation of color #CCB14D: hue angle of 47.24º 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 #CCB14D is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 77 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.2 |
| HSL | 47.24º | 0.55% | 0.55% | - |
| HSV(B) | 47.24º | 0.62% | 0.8% | - |
| XYZ | 41.96 | 44.82 | 13.46 | - |
| YUV | 173.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 77 | 0 | 0.13 | 0.62 | 0.2 | 47.24 | 0.55 | 0.55 |
| Hex | CC | B1 | 4D | 0 | D | 3E | 14 | 2F | 37 | 37 |
| Octal | 314 | 261 | 115 | 0 | 15 | 76 | 24 | 57 | 67 | 67 |
| Binary | 11001100 | 10110001 | 1001101 | 0 | 1101 | 111110 | 10100 | 101111 | 110111 | 110111 |
Color Harmonies of #CCB14D
Complementary color
Monochromatic Colors of #CCB14D
Black with #CCB14D
Text Example
Text Example
White with #CCB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB14D; }
p { color: rgb(204,177,77); }
H1.HeaderClassName
{
color: #CCB14D;
}
.AnyTagClassName
{
color: #CCB14D;
}
</style>
background-color css
<style>
a { background-color: #CCB14D; }
a { background-color: rgb(204,177,77); }
div.DivClassName
{
background-color: #CCB14D;
}
.BgClassName
{
background-color: #CCB14D;
}
</style>
border-color css
<style>
span { border-color: #CCB14D; }
span { border-color: rgb(204,177,77); }
td.TdClassName
{
border-color: #CCB14D;
}
.TagClassName
{
border-color: #CCB14D;
}
</style>