Shades of Sundance #CCAB43
Tints of Sundance #CCAB43
RGB
CMYK
RGB Variations
Color information
#CCAB43 (or 0xCCAB43) is known color: Sundance. HEX triplet: CC, AB and 43. RGB value is (204,171,67). Sum of RGB (Red+Green+Blue) = 204+171+67=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB43 is #3354BC. Grayscale: #A9A9A9. Windows color (decimal): -3364029 or 4434892. OLE color: 4434892.
HSL color Cylindrical-coordinate representation of color #CCAB43: hue angle of 45.55º 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 #CCAB43 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 67 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.2 |
| HSL | 45.55º | 0.57% | 0.53% | - |
| HSV(B) | 45.55º | 0.67% | 0.8% | - |
| XYZ | 40.48 | 42.37 | 11.35 | - |
| YUV | 169.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 67 | 0 | 0.16 | 0.67 | 0.2 | 45.55 | 0.57 | 0.53 |
| Hex | CC | AB | 43 | 0 | 10 | 43 | 14 | 2E | 39 | 35 |
| Octal | 314 | 253 | 103 | 0 | 20 | 103 | 24 | 56 | 71 | 65 |
| Binary | 11001100 | 10101011 | 1000011 | 0 | 10000 | 1000011 | 10100 | 101110 | 111001 | 110101 |
Color Harmonies of #CCAB43
Complementary color
Monochromatic Colors of #CCAB43
Black with #CCAB43
Text Example
Text Example
White with #CCAB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB43; }
p { color: rgb(204,171,67); }
H1.HeaderClassName
{
color: #CCAB43;
}
.AnyTagClassName
{
color: #CCAB43;
}
</style>
background-color css
<style>
a { background-color: #CCAB43; }
a { background-color: rgb(204,171,67); }
div.DivClassName
{
background-color: #CCAB43;
}
.BgClassName
{
background-color: #CCAB43;
}
</style>
border-color css
<style>
span { border-color: #CCAB43; }
span { border-color: rgb(204,171,67); }
td.TdClassName
{
border-color: #CCAB43;
}
.TagClassName
{
border-color: #CCAB43;
}
</style>