Shades of Sundance #CFA74B
Tints of Sundance #CFA74B
RGB
CMYK
RGB Variations
Color information
#CFA74B (or 0xCFA74B) is known color: Sundance. HEX triplet: CF, A7 and 4B. RGB value is (207,167,75). Sum of RGB (Red+Green+Blue) = 207+167+75=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA74B is #3058B4. Grayscale: #A8A8A8. Windows color (decimal): -3168437 or 4958159. OLE color: 4958159.
HSL color Cylindrical-coordinate representation of color #CFA74B: hue angle of 41.82º 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 #CFA74B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 75 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.19 |
| HSL | 41.82º | 0.58% | 0.55% | - |
| HSV(B) | 41.82º | 0.64% | 0.81% | - |
| XYZ | 40.82 | 41.41 | 12.5 | - |
| YUV | 168.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 75 | 0 | 0.19 | 0.64 | 0.19 | 41.82 | 0.58 | 0.55 |
| Hex | CF | A7 | 4B | 0 | 13 | 40 | 13 | 2A | 3A | 37 |
| Octal | 317 | 247 | 113 | 0 | 23 | 100 | 23 | 52 | 72 | 67 |
| Binary | 11001111 | 10100111 | 1001011 | 0 | 10011 | 1000000 | 10011 | 101010 | 111010 | 110111 |
Color Harmonies of #CFA74B
Complementary color
Monochromatic Colors of #CFA74B
Black with #CFA74B
Text Example
Text Example
White with #CFA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA74B; }
p { color: rgb(207,167,75); }
H1.HeaderClassName
{
color: #CFA74B;
}
.AnyTagClassName
{
color: #CFA74B;
}
</style>
background-color css
<style>
a { background-color: #CFA74B; }
a { background-color: rgb(207,167,75); }
div.DivClassName
{
background-color: #CFA74B;
}
.BgClassName
{
background-color: #CFA74B;
}
</style>
border-color css
<style>
span { border-color: #CFA74B; }
span { border-color: rgb(207,167,75); }
td.TdClassName
{
border-color: #CFA74B;
}
.TagClassName
{
border-color: #CFA74B;
}
</style>