Shades of Wattle #CFC63C
Tints of Wattle #CFC63C
RGB
CMYK
RGB Variations
Color information
#CFC63C (or 0xCFC63C) is known color: Wattle. HEX triplet: CF, C6 and 3C. RGB value is (207,198,60). Sum of RGB (Red+Green+Blue) = 207+198+60=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC63C is #3039C3. Grayscale: #B9B9B9. Windows color (decimal): -3160516 or 3983055. OLE color: 3983055.
HSL color Cylindrical-coordinate representation of color #CFC63C: hue angle of 56.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC63C is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 60 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.19 |
| HSL | 56.33º | 0.6% | 0.52% | - |
| HSV(B) | 56.33º | 0.71% | 0.81% | - |
| XYZ | 46.74 | 53.98 | 12.23 | - |
| YUV | 184.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 60 | 0 | 0.04 | 0.71 | 0.19 | 56.33 | 0.6 | 0.52 |
| Hex | CF | C6 | 3C | 0 | 4 | 47 | 13 | 38 | 3C | 34 |
| Octal | 317 | 306 | 74 | 0 | 4 | 107 | 23 | 70 | 74 | 64 |
| Binary | 11001111 | 11000110 | 111100 | 0 | 100 | 1000111 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CFC63C
Complementary color
Monochromatic Colors of #CFC63C
Black with #CFC63C
Text Example
Text Example
White with #CFC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC63C; }
p { color: rgb(207,198,60); }
H1.HeaderClassName
{
color: #CFC63C;
}
.AnyTagClassName
{
color: #CFC63C;
}
</style>
background-color css
<style>
a { background-color: #CFC63C; }
a { background-color: rgb(207,198,60); }
div.DivClassName
{
background-color: #CFC63C;
}
.BgClassName
{
background-color: #CFC63C;
}
</style>
border-color css
<style>
span { border-color: #CFC63C; }
span { border-color: rgb(207,198,60); }
td.TdClassName
{
border-color: #CFC63C;
}
.TagClassName
{
border-color: #CFC63C;
}
</style>