Shades of Sundance #CCAF49
Tints of Sundance #CCAF49
RGB
CMYK
RGB Variations
Color information
#CCAF49 (or 0xCCAF49) is known color: Sundance. HEX triplet: CC, AF and 49. RGB value is (204,175,73). Sum of RGB (Red+Green+Blue) = 204+175+73=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF49 is #3350B6. Grayscale: #ACACAC. Windows color (decimal): -3362999 or 4829132. OLE color: 4829132.
HSL color Cylindrical-coordinate representation of color #CCAF49: hue angle of 46.72º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCAF49 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 73 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.2 |
| HSL | 46.72º | 0.56% | 0.54% | - |
| HSV(B) | 46.72º | 0.64% | 0.8% | - |
| XYZ | 41.43 | 43.98 | 12.61 | - |
| YUV | 172.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 73 | 0 | 0.14 | 0.64 | 0.2 | 46.72 | 0.56 | 0.54 |
| Hex | CC | AF | 49 | 0 | E | 40 | 14 | 2F | 38 | 36 |
| Octal | 314 | 257 | 111 | 0 | 16 | 100 | 24 | 57 | 70 | 66 |
| Binary | 11001100 | 10101111 | 1001001 | 0 | 1110 | 1000000 | 10100 | 101111 | 111000 | 110110 |
Color Harmonies of #CCAF49
Complementary color
Monochromatic Colors of #CCAF49
Black with #CCAF49
Text Example
Text Example
White with #CCAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF49; }
p { color: rgb(204,175,73); }
H1.HeaderClassName
{
color: #CCAF49;
}
.AnyTagClassName
{
color: #CCAF49;
}
</style>
background-color css
<style>
a { background-color: #CCAF49; }
a { background-color: rgb(204,175,73); }
div.DivClassName
{
background-color: #CCAF49;
}
.BgClassName
{
background-color: #CCAF49;
}
</style>
border-color css
<style>
span { border-color: #CCAF49; }
span { border-color: rgb(204,175,73); }
td.TdClassName
{
border-color: #CCAF49;
}
.TagClassName
{
border-color: #CCAF49;
}
</style>