Shades of Sundance #CCAB4E
Tints of Sundance #CCAB4E
RGB
CMYK
RGB Variations
Color information
#CCAB4E (or 0xCCAB4E) is known color: Sundance. HEX triplet: CC, AB and 4E. RGB value is (204,171,78). Sum of RGB (Red+Green+Blue) = 204+171+78=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB4E is #3354B1. Grayscale: #AAAAAA. Windows color (decimal): -3364018 or 5155788. OLE color: 5155788.
HSL color Cylindrical-coordinate representation of color #CCAB4E: hue angle of 44.29º 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 #CCAB4E is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 78 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.2 |
| HSL | 44.29º | 0.55% | 0.55% | - |
| HSV(B) | 44.29º | 0.62% | 0.8% | - |
| XYZ | 40.84 | 42.51 | 13.26 | - |
| YUV | 170.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 78 | 0 | 0.16 | 0.62 | 0.2 | 44.29 | 0.55 | 0.55 |
| Hex | CC | AB | 4E | 0 | 10 | 3E | 14 | 2C | 37 | 37 |
| Octal | 314 | 253 | 116 | 0 | 20 | 76 | 24 | 54 | 67 | 67 |
| Binary | 11001100 | 10101011 | 1001110 | 0 | 10000 | 111110 | 10100 | 101100 | 110111 | 110111 |
Color Harmonies of #CCAB4E
Complementary color
Monochromatic Colors of #CCAB4E
Black with #CCAB4E
Text Example
Text Example
White with #CCAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB4E; }
p { color: rgb(204,171,78); }
H1.HeaderClassName
{
color: #CCAB4E;
}
.AnyTagClassName
{
color: #CCAB4E;
}
</style>
background-color css
<style>
a { background-color: #CCAB4E; }
a { background-color: rgb(204,171,78); }
div.DivClassName
{
background-color: #CCAB4E;
}
.BgClassName
{
background-color: #CCAB4E;
}
</style>
border-color css
<style>
span { border-color: #CCAB4E; }
span { border-color: rgb(204,171,78); }
td.TdClassName
{
border-color: #CCAB4E;
}
.TagClassName
{
border-color: #CCAB4E;
}
</style>