Shades of Sundance #CCAB44
Tints of Sundance #CCAB44
RGB
CMYK
RGB Variations
Color information
#CCAB44 (or 0xCCAB44) is known color: Sundance. HEX triplet: CC, AB and 44. RGB value is (204,171,68). Sum of RGB (Red+Green+Blue) = 204+171+68=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB44 is #3354BB. Grayscale: #A9A9A9. Windows color (decimal): -3364028 or 4500428. OLE color: 4500428.
HSL color Cylindrical-coordinate representation of color #CCAB44: hue angle of 45.44º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCAB44 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 68 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.2 |
| HSL | 45.44º | 0.57% | 0.53% | - |
| HSV(B) | 45.44º | 0.67% | 0.8% | - |
| XYZ | 40.51 | 42.38 | 11.51 | - |
| YUV | 169.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 68 | 0 | 0.16 | 0.67 | 0.2 | 45.44 | 0.57 | 0.53 |
| Hex | CC | AB | 44 | 0 | 10 | 43 | 14 | 2D | 39 | 35 |
| Octal | 314 | 253 | 104 | 0 | 20 | 103 | 24 | 55 | 71 | 65 |
| Binary | 11001100 | 10101011 | 1000100 | 0 | 10000 | 1000011 | 10100 | 101101 | 111001 | 110101 |
Color Harmonies of #CCAB44
Complementary color
Monochromatic Colors of #CCAB44
Black with #CCAB44
Text Example
Text Example
White with #CCAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB44; }
p { color: rgb(204,171,68); }
H1.HeaderClassName
{
color: #CCAB44;
}
.AnyTagClassName
{
color: #CCAB44;
}
</style>
background-color css
<style>
a { background-color: #CCAB44; }
a { background-color: rgb(204,171,68); }
div.DivClassName
{
background-color: #CCAB44;
}
.BgClassName
{
background-color: #CCAB44;
}
</style>
border-color css
<style>
span { border-color: #CCAB44; }
span { border-color: rgb(204,171,68); }
td.TdClassName
{
border-color: #CCAB44;
}
.TagClassName
{
border-color: #CCAB44;
}
</style>