Shades of Sundance #CCB54E
Tints of Sundance #CCB54E
RGB
CMYK
RGB Variations
Color information
#CCB54E (or 0xCCB54E) is known color: Sundance. HEX triplet: CC, B5 and 4E. RGB value is (204,181,78). Sum of RGB (Red+Green+Blue) = 204+181+78=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB54E is #334AB1. Grayscale: #B0B0B0. Windows color (decimal): -3361458 or 5158348. OLE color: 5158348.
HSL color Cylindrical-coordinate representation of color #CCB54E: hue angle of 49.05º 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 #CCB54E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 78 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.2 |
| HSL | 49.05º | 0.55% | 0.55% | - |
| HSV(B) | 49.05º | 0.62% | 0.8% | - |
| XYZ | 42.8 | 46.44 | 13.91 | - |
| YUV | 176.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 78 | 0 | 0.11 | 0.62 | 0.2 | 49.05 | 0.55 | 0.55 |
| Hex | CC | B5 | 4E | 0 | B | 3E | 14 | 31 | 37 | 37 |
| Octal | 314 | 265 | 116 | 0 | 13 | 76 | 24 | 61 | 67 | 67 |
| Binary | 11001100 | 10110101 | 1001110 | 0 | 1011 | 111110 | 10100 | 110001 | 110111 | 110111 |
Color Harmonies of #CCB54E
Complementary color
Monochromatic Colors of #CCB54E
Black with #CCB54E
Text Example
Text Example
White with #CCB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB54E; }
p { color: rgb(204,181,78); }
H1.HeaderClassName
{
color: #CCB54E;
}
.AnyTagClassName
{
color: #CCB54E;
}
</style>
background-color css
<style>
a { background-color: #CCB54E; }
a { background-color: rgb(204,181,78); }
div.DivClassName
{
background-color: #CCB54E;
}
.BgClassName
{
background-color: #CCB54E;
}
</style>
border-color css
<style>
span { border-color: #CCB54E; }
span { border-color: rgb(204,181,78); }
td.TdClassName
{
border-color: #CCB54E;
}
.TagClassName
{
border-color: #CCB54E;
}
</style>