Shades of Sundance #CCA54B
Tints of Sundance #CCA54B
RGB
CMYK
RGB Variations
Color information
#CCA54B (or 0xCCA54B) is known color: Sundance. HEX triplet: CC, A5 and 4B. RGB value is (204,165,75). Sum of RGB (Red+Green+Blue) = 204+165+75=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA54B is #335AB4. Grayscale: #A6A6A6. Windows color (decimal): -3365557 or 4957644. OLE color: 4957644.
HSL color Cylindrical-coordinate representation of color #CCA54B: hue angle of 41.86º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCA54B is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 75 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.2 |
| HSL | 41.86º | 0.56% | 0.55% | - |
| HSV(B) | 41.86º | 0.63% | 0.8% | - |
| XYZ | 39.63 | 40.26 | 12.34 | - |
| YUV | 166.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 75 | 0 | 0.19 | 0.63 | 0.2 | 41.86 | 0.56 | 0.55 |
| Hex | CC | A5 | 4B | 0 | 13 | 3F | 14 | 2A | 38 | 37 |
| Octal | 314 | 245 | 113 | 0 | 23 | 77 | 24 | 52 | 70 | 67 |
| Binary | 11001100 | 10100101 | 1001011 | 0 | 10011 | 111111 | 10100 | 101010 | 111000 | 110111 |
Color Harmonies of #CCA54B
Complementary color
Monochromatic Colors of #CCA54B
Black with #CCA54B
Text Example
Text Example
White with #CCA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA54B; }
p { color: rgb(204,165,75); }
H1.HeaderClassName
{
color: #CCA54B;
}
.AnyTagClassName
{
color: #CCA54B;
}
</style>
background-color css
<style>
a { background-color: #CCA54B; }
a { background-color: rgb(204,165,75); }
div.DivClassName
{
background-color: #CCA54B;
}
.BgClassName
{
background-color: #CCA54B;
}
</style>
border-color css
<style>
span { border-color: #CCA54B; }
span { border-color: rgb(204,165,75); }
td.TdClassName
{
border-color: #CCA54B;
}
.TagClassName
{
border-color: #CCA54B;
}
</style>