Shades of Sundance #CCAB54
Tints of Sundance #CCAB54
RGB
CMYK
RGB Variations
Color information
#CCAB54 (or 0xCCAB54) is known color: Sundance. HEX triplet: CC, AB and 54. RGB value is (204,171,84). Sum of RGB (Red+Green+Blue) = 204+171+84=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB54 is #3354AB. Grayscale: #ABABAB. Windows color (decimal): -3364012 or 5549004. OLE color: 5549004.
HSL color Cylindrical-coordinate representation of color #CCAB54: hue angle of 43.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCAB54 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 84 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.2 |
| HSL | 43.5º | 0.54% | 0.56% | - |
| HSV(B) | 43.5º | 0.59% | 0.8% | - |
| XYZ | 41.06 | 42.6 | 14.45 | - |
| YUV | 170.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 84 | 0 | 0.16 | 0.59 | 0.2 | 43.5 | 0.54 | 0.56 |
| Hex | CC | AB | 54 | 0 | 10 | 3B | 14 | 2C | 36 | 38 |
| Octal | 314 | 253 | 124 | 0 | 20 | 73 | 24 | 54 | 66 | 70 |
| Binary | 11001100 | 10101011 | 1010100 | 0 | 10000 | 111011 | 10100 | 101100 | 110110 | 111000 |
Color Harmonies of #CCAB54
Complementary color
Monochromatic Colors of #CCAB54
Black with #CCAB54
Text Example
Text Example
White with #CCAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB54; }
p { color: rgb(204,171,84); }
H1.HeaderClassName
{
color: #CCAB54;
}
.AnyTagClassName
{
color: #CCAB54;
}
</style>
background-color css
<style>
a { background-color: #CCAB54; }
a { background-color: rgb(204,171,84); }
div.DivClassName
{
background-color: #CCAB54;
}
.BgClassName
{
background-color: #CCAB54;
}
</style>
border-color css
<style>
span { border-color: #CCAB54; }
span { border-color: rgb(204,171,84); }
td.TdClassName
{
border-color: #CCAB54;
}
.TagClassName
{
border-color: #CCAB54;
}
</style>