Shades of Sundance #CFAF4A
Tints of Sundance #CFAF4A
RGB
CMYK
RGB Variations
Color information
#CFAF4A (or 0xCFAF4A) is known color: Sundance. HEX triplet: CF, AF and 4A. RGB value is (207,175,74). Sum of RGB (Red+Green+Blue) = 207+175+74=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF4A is #3050B5. Grayscale: #ADADAD. Windows color (decimal): -3166390 or 4894671. OLE color: 4894671.
HSL color Cylindrical-coordinate representation of color #CFAF4A: hue angle of 45.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFAF4A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 74 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.19 |
| HSL | 45.56º | 0.58% | 0.55% | - |
| HSV(B) | 45.56º | 0.64% | 0.81% | - |
| XYZ | 42.3 | 44.42 | 12.82 | - |
| YUV | 173.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 74 | 0 | 0.15 | 0.64 | 0.19 | 45.56 | 0.58 | 0.55 |
| Hex | CF | AF | 4A | 0 | F | 40 | 13 | 2E | 3A | 37 |
| Octal | 317 | 257 | 112 | 0 | 17 | 100 | 23 | 56 | 72 | 67 |
| Binary | 11001111 | 10101111 | 1001010 | 0 | 1111 | 1000000 | 10011 | 101110 | 111010 | 110111 |
Color Harmonies of #CFAF4A
Complementary color
Monochromatic Colors of #CFAF4A
Black with #CFAF4A
Text Example
Text Example
White with #CFAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF4A; }
p { color: rgb(207,175,74); }
H1.HeaderClassName
{
color: #CFAF4A;
}
.AnyTagClassName
{
color: #CFAF4A;
}
</style>
background-color css
<style>
a { background-color: #CFAF4A; }
a { background-color: rgb(207,175,74); }
div.DivClassName
{
background-color: #CFAF4A;
}
.BgClassName
{
background-color: #CFAF4A;
}
</style>
border-color css
<style>
span { border-color: #CFAF4A; }
span { border-color: rgb(207,175,74); }
td.TdClassName
{
border-color: #CFAF4A;
}
.TagClassName
{
border-color: #CFAF4A;
}
</style>