Shades of Wattle #CFC449
Tints of Wattle #CFC449
RGB
CMYK
RGB Variations
Color information
#CFC449 (or 0xCFC449) is known color: Wattle. HEX triplet: CF, C4 and 49. RGB value is (207,196,73). Sum of RGB (Red+Green+Blue) = 207+196+73=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC449 is #303BB6. Grayscale: #B9B9B9. Windows color (decimal): -3161015 or 4834511. OLE color: 4834511.
HSL color Cylindrical-coordinate representation of color #CFC449: hue angle of 55.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFC449 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 73 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.19 |
| HSL | 55.07º | 0.58% | 0.55% | - |
| HSV(B) | 55.07º | 0.65% | 0.81% | - |
| XYZ | 46.67 | 53.23 | 14.12 | - |
| YUV | 185.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 73 | 0 | 0.05 | 0.65 | 0.19 | 55.07 | 0.58 | 0.55 |
| Hex | CF | C4 | 49 | 0 | 5 | 41 | 13 | 37 | 3A | 37 |
| Octal | 317 | 304 | 111 | 0 | 5 | 101 | 23 | 67 | 72 | 67 |
| Binary | 11001111 | 11000100 | 1001001 | 0 | 101 | 1000001 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CFC449
Complementary color
Monochromatic Colors of #CFC449
Black with #CFC449
Text Example
Text Example
White with #CFC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC449; }
p { color: rgb(207,196,73); }
H1.HeaderClassName
{
color: #CFC449;
}
.AnyTagClassName
{
color: #CFC449;
}
</style>
background-color css
<style>
a { background-color: #CFC449; }
a { background-color: rgb(207,196,73); }
div.DivClassName
{
background-color: #CFC449;
}
.BgClassName
{
background-color: #CFC449;
}
</style>
border-color css
<style>
span { border-color: #CFC449; }
span { border-color: rgb(207,196,73); }
td.TdClassName
{
border-color: #CFC449;
}
.TagClassName
{
border-color: #CFC449;
}
</style>